From: cvs Date: Tue, 7 Dec 1999 07:21:12 +0000 (+0000) Subject: Moved user configurable parameters to spong.conf. X-Git-Tag: spong-2_6-beta8~13 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd4e55aeba40aa862dda17ee78050f36bab7c63;p=spong.git Moved user configurable parameters to spong.conf. --- diff --git a/src/spong-cleanup.pl b/src/spong-cleanup.pl index a2bd22a..da5abe6 100755 --- a/src/spong-cleanup.pl +++ b/src/spong-cleanup.pl @@ -34,10 +34,6 @@ $groups_file = "@@ETCDIR@@/spong.groups"; ($HOST) = gethostbyname(&Sys::Hostname::hostname()); $HOST =~ tr/A-Z/a-z/; -$SPONG_ARCHIVE = "/usr/local/spong/www/archives"; -$OLD_SERVICE = 3; -$OLD_HISTORY = 7; - &load_config_files(); # Loads the user specified configuration information opendir( DIR, $main::SPONGDB ) || die "Can't open $main::SPONGDB: $!";