]> git.etc.gen.nz Git - spong.git/commitdiff
change image path in sample config to path used in install
authorJan Willamowius <jan@willamowius.de>
Fri, 30 Sep 2005 08:13:44 +0000 (08:13 +0000)
committerJan Willamowius <jan@willamowius.de>
Fri, 30 Sep 2005 08:13:44 +0000 (08:13 +0000)
config/spong.conf-sample

index 3420b379553fed10869d66be18d49a21d24a0102..f9c2436c9e5886a9d733e5e0330a29f73ff97e5e 100755 (executable)
@@ -1,7 +1,7 @@
 # ---------------------------------------------------------------------------
 # Generic SPONG settings, specifies where files are kept, etc...
 # ---------------------------------------------------------------------------
-# $Id: spong.conf-sample,v 1.4 2002/09/18 02:09:02 sljohnson Exp $
+# $Id: spong.conf-sample,v 1.5 2005/09/30 08:13:44 willamowius Exp $
 
 $SPONGSLEEP           = 300;     # Sleep time between check cycles. Depreciated
 
@@ -39,8 +39,8 @@ $WWW_TITLE_SIZE = "40";
 # Set to show long host names on Host Summary web display
 $WWW_FQDN = 1;
 
-$WWWGIFS     = "/spong/gifs";               # URL to www/gifs dir
-$WWWDOCS     = "/spong/docs";               # URL to www/docs dir
+$WWWGIFS     = "/gifs";               # URL to www/gifs dir
+$WWWDOCS     = "/docs";               # URL to www/docs dir
 $WWWHTML     = "/usr/local/spong/www/html"; # File path to SPONG/www dir
 $WWWSPONG    = "/cgi-bin/www-spong";        # URL path to www-spong program
 $WWWACK      = "/cgi-bin/www-spong-ack";    # URL path to www-spong-ack pgm