diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-29 00:24:52 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-29 00:24:52 +0000 |
commit | 97e55208dfe2c84ea3a4db9f5c46e5ef55c4590b (patch) | |
tree | 99fe7f1eec4ae3c3a62ad79b0466ab3d3de874d6 | |
parent | 2db0afe55c5d17f8ace6187efe49ec61d194e95f (diff) | |
download | pfsense-packages-97e55208dfe2c84ea3a4db9f5c46e5ef55c4590b.tar.gz pfsense-packages-97e55208dfe2c84ea3a4db9f5c46e5ef55c4590b.tar.bz2 pfsense-packages-97e55208dfe2c84ea3a4db9f5c46e5ef55c4590b.zip |
Don't start spamlogd twice
-rw-r--r-- | packages/spamd.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc index b891ac8a..5e5e33e4 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -71,7 +71,6 @@ function sync_package_spamd() { $start = "/usr/local/sbin/spamd-setup &\n" . "/sbin/pflogd &\n" . "/sbin/mount_fdescfs fdescfs /dev/fd\n" . - "/usr/local/libexec/spamlogd &\n" . "/usr/local/libexec/spamd {$passtime}{$identifier}{$greylisting}{$maxcon}{$maxblack}{$window}{$replysmtperror} -b 127.0.0.1 &\n" . "/usr/local/libexec/spamlogd\n"; $stop = "/usr/bin/killall spamd-setup\n" . |