From 31f001f25d8af2246dfd8827f139713b50ad697e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 28 Jan 2006 06:25:32 +0000 Subject: * Whitespace cleanup * Download spamd_settings.xml too --- packages/spamd.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/spamd.inc') diff --git a/packages/spamd.inc b/packages/spamd.inc index e6bdcf0e..4b9230e2 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -56,12 +56,10 @@ function sync_package_spamd() { $maxblack = " -B " . $pkg_i['maxblack']; if($pkg_i['maxcon'] <> "") $maxcon = " -c " . $pkg_i['maxcon']; - if($pkg_i['stuttersecs'] <> "") $stuttersecs = " -S " . $pkg_i['stuttersecs']; if($pkg_i['delaysecs'] <> "") $delaysecs = " -s " . $pkg_i['delaysecs']; - $start = "/usr/local/sbin/spamd-setup &\n" . "/sbin/pflogd &\n" . "/sbin/mount_fdescfs fdescfs /dev/fd\n" . -- cgit v1.2.3