From: Stephen L Johnson Date: Sat, 26 Aug 2000 05:17:41 +0000 (+0000) Subject: changed HOST to HOSTS comments as possible values for $WWW_DEFAULT_VIEW X-Git-Tag: spong-2_7_0-beta1~61 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4e4e4d936d4fa99cd907de550f6f9e02a82d2e;p=spong.git changed HOST to HOSTS comments as possible values for $WWW_DEFAULT_VIEW --- diff --git a/config/spong.conf b/config/spong.conf index 9d79ce1..e3dc399 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -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 = ' Extended ActionBar: ' . ' || System Summaries'; # 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