]> git.etc.gen.nz Git - spong.git/commitdiff
Moved user configurable parameters to spong.conf.
authorcvs <cvs>
Tue, 7 Dec 1999 07:21:12 +0000 (07:21 +0000)
committercvs <cvs>
Tue, 7 Dec 1999 07:21:12 +0000 (07:21 +0000)
src/spong-cleanup.pl

index a2bd22aaf4f70f3a5f138568d1a13b44e64672e4..da5abe6aabecf858323fe2ffe97a85b20f3aee08 100755 (executable)
@@ -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: $!";