From 6d57463380cb709fb8d5c29c5f6d80dbcbc353bf Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Fri, 14 Jul 2000 04:02:54 +0000 Subject: [PATCH] updated $SPONGDB and $SPONGTMP to reflect new default install tree --- config/spong.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/spong.conf b/config/spong.conf index ce2dc38..9725895 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -13,8 +13,8 @@ $SPONGSLEEP{'DEFAULT'} = 300; # $SPONGSLEEP{'spong-client'} = 300; # with the named program $SPONGSERVER = "spong-server.aci.alltel.com"; -$SPONGDB = "/usr/local/spong/www/database"; -$SPONGTMP = "/usr/local/spong/www/tmp"; +$SPONGDB = "/usr/local/spong/var/database"; +$SPONGTMP = "/usr/local/spong/tmp"; $SPONG_UPDATE_PORT = 1998; $SPONG_QUERY_PORT = 1999; $SPONG_BB_UPDATE_PORT = 1984; @@ -91,7 +91,7 @@ $HOSTGROUPALL = 0; # Set this to include the ALL group on Group Web # spong-cleanup parameters # --------------------------------------------------------------------------- -$SPONG_ARCHIVE = "/usr/local/spong/www/archives"; # Where to put the old +$SPONG_ARCHIVE = "/usr/local/spong/var/archives"; # Where to put the old # history entries $OLD_SERVICE = 3; # How many days to keep stale status reported before -- 2.30.2