diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 05:56:31 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 05:56:31 +0000 |
commit | 47f5eaee8b810dcec67ef2817660fbd07371b1eb (patch) | |
tree | 8e7f35191631b9a1aa049e4b7c795900ab0bcc8c | |
parent | 7235086ba6d12cd2899be080c4e3cea5db575fa6 (diff) | |
download | pfsense-packages-47f5eaee8b810dcec67ef2817660fbd07371b1eb.tar.gz pfsense-packages-47f5eaee8b810dcec67ef2817660fbd07371b1eb.tar.bz2 pfsense-packages-47f5eaee8b810dcec67ef2817660fbd07371b1eb.zip |
Start spamlogd second
-rw-r--r-- | packages/spamd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc index e2fc15c0..43b1d905 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -48,8 +48,8 @@ function custom_php_install_command() { $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 -G 5:4:864 -g -b 127.0.0.1 &\n"; + "/usr/local/libexec/spamlogd &\n" . $stop = "/usr/bin/killall spamd-setup\n" . "/usr/bin/killall spamd\n" . "/usr/bin/killall mount_fdescfs\n" . |