aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-28 08:41:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-28 08:41:05 +0000
commit09915a98cee4011859b98e41b0e09373ae0acf3d (patch)
tree97050f9a6e020115760f72ebe864a9b03e75dec0
parent9ecd120e50fb4fda36d848addee6a47faf1cbd74 (diff)
downloadpfsense-packages-09915a98cee4011859b98e41b0e09373ae0acf3d.tar.gz
pfsense-packages-09915a98cee4011859b98e41b0e09373ae0acf3d.tar.bz2
pfsense-packages-09915a98cee4011859b98e41b0e09373ae0acf3d.zip
don't forget \n
-rw-r--r--packages/spamd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc
index ea178c04..d26cfd40 100644
--- a/packages/spamd.inc
+++ b/packages/spamd.inc
@@ -64,7 +64,7 @@ function sync_package_spamd() {
"/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" .
- "sleep 1" .
+ "sleep 1\n" .
"/usr/local/libexec/spamlogd &\n";
$stop = "/usr/bin/killall spamd-setup\n" .
"/usr/bin/killall spamd\n" .