diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 06:52:17 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 06:52:17 +0000 |
commit | 8f6c0e369dfa53beb5206fe9ad414e5bd4d7f8d3 (patch) | |
tree | 3fbc7d4a4eb7a87ddb86b22200f1ce5fd3e807f6 /packages/spamd.inc | |
parent | abd41fdda7199c376923512e370a438022a89f0c (diff) | |
download | pfsense-packages-8f6c0e369dfa53beb5206fe9ad414e5bd4d7f8d3.tar.gz pfsense-packages-8f6c0e369dfa53beb5206fe9ad414e5bd4d7f8d3.tar.bz2 pfsense-packages-8f6c0e369dfa53beb5206fe9ad414e5bd4d7f8d3.zip |
Do not end line prematurely
Diffstat (limited to 'packages/spamd.inc')
-rw-r--r-- | packages/spamd.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc index 4b9230e2..0cf913a0 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -63,8 +63,8 @@ function sync_package_spamd() { $start = "/usr/local/sbin/spamd-setup &\n" . "/sbin/pflogd &\n" . "/sbin/mount_fdescfs fdescfs /dev/fd\n" . - "/usr/local/libexec/spamd -G {$passtime}{$identifier}{$greylisting}{$maxcon}{$maxblack} -b 127.0.0.1 &\n"; - "/usr/local/libexec/spamlogd &\n" . + "/usr/local/libexec/spamd -G {$passtime}{$identifier}{$greylisting}{$maxcon}{$maxblack} -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" . |