]> git.etc.gen.nz Git - spong.git/commitdiff
changed HOST to HOSTS comments as possible values for $WWW_DEFAULT_VIEW
authorStephen L Johnson <sjohnson@monsters.org>
Sat, 26 Aug 2000 05:17:41 +0000 (05:17 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Sat, 26 Aug 2000 05:17:41 +0000 (05:17 +0000)
config/spong.conf

index 9d79ce1aa355c63a0b606d861327c2d5e70adf24..e3dc399b1471b0652bfe639e963dc72f7318ecaa 100755 (executable)
@@ -1,7 +1,7 @@
 # ---------------------------------------------------------------------------
 # Generic SPONG settings, specifies where files are kept, etc...
 # ---------------------------------------------------------------------------
-# $Id: spong.conf,v 1.15 2000/08/25 15:35:08 sljohnson Exp $
+# $Id: spong.conf,v 1.16 2000/08/26 05:17:41 sljohnson Exp $
 
 $SPONGSLEEP           = 300;     # Sleep time between check cycles. Depreciated
 
@@ -61,7 +61,7 @@ $WWW_TITLE_ACTIONBAR = ' <b>Extended ActionBar: </b> ' .
 ' || <a href="/cgi-bin/sysquery.pl?target=showall">System Summaries</a>';
 
 # This is the default of the www-spong CGI program. Possible values are
-# 'GROUPS' or 'HOST'
+# 'GROUPS' or 'HOSTS'
 $WWW_DEFAULT_VIEW = "GROUPS";
 
 # Date and time format strings. These are strftime() format variables