From 6bd4e55aeba40aa862dda17ee78050f36bab7c63 Mon Sep 17 00:00:00 2001
From: cvs <cvs>
Date: Tue, 7 Dec 1999 07:21:12 +0000
Subject: [PATCH] Moved user configurable parameters to spong.conf.

---
 src/spong-cleanup.pl | 4 ----
 1 file changed, 4 deletions(-)

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: $!";
-- 
2.30.2