[dev] Error in jonah conf.xml

Rick Emery rick at emery.homelinux.net
Tue Jul 29 19:00:13 PDT 2003


I had to add a close tag to eliminate a bunch of errors when configuring jonah.
Patch attached.

Thanks,
Rick
-------------- next part --------------
Index: conf.xml
===================================================================
RCS file: /repository/jonah/config/conf.xml,v
retrieving revision 1.16
diff -u -r1.16 conf.xml
--- conf.xml	29 Jul 2003 15:49:20 -0000	1.16
+++ conf.xml	30 Jul 2003 01:55:33 -0000
@@ -8,6 +8,7 @@
    </configheader>
    <configboolean name="enable" desc="Should we enable weather in Jonah?">true</configboolean>
    <configstring name="expire" desc="How many seconds must have elapsed since updating weather before we update it again? Default is 1800 seconds (half an hour).">1800</configstring>
+   </configsection>
 
   <configsection name="driver">
   <configenum name="driver" desc="Which weather site driver should we use to obtain the weather information?">intercept


More information about the dev mailing list