From: Jan Willamowius Date: Fri, 30 Sep 2005 08:13:44 +0000 (+0000) Subject: change image path in sample config to path used in install X-Git-Tag: spong-2_8_0-beta2~3 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39578195b81aae18c5edbf80959dfd3d4b74bce4;p=spong.git change image path in sample config to path used in install --- diff --git a/config/spong.conf-sample b/config/spong.conf-sample index 3420b37..f9c2436 100755 --- a/config/spong.conf-sample +++ b/config/spong.conf-sample @@ -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