diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-04-17 22:24:06 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-04-17 22:24:06 +0000 |
commit | 8c0f150222ccc2889c224e567c4c2d365c40732b (patch) | |
tree | 47b6c2b2d758878f5b6ca03710fe3544865fc871 | |
parent | 3ae4889c7b772a4863656c2f886b8fbfa4ca213c (diff) | |
download | pfsense-packages-8c0f150222ccc2889c224e567c4c2d365c40732b.tar.gz pfsense-packages-8c0f150222ccc2889c224e567c4c2d365c40732b.tar.bz2 pfsense-packages-8c0f150222ccc2889c224e567c4c2d365c40732b.zip |
Woops, spamdb is not a directory.
-rw-r--r-- | packages/spamd.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc index 7062bad6..b86e24c8 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -115,8 +115,7 @@ function sync_package_spamd() { } } $greyparms = " -G {$passtime}:{$greyexp}:{$whiteexp}"; - $start = "mkdir -p /var/db/spamd\n"; - "/sbin/mount_fdescfs fdescfs /dev/fd\n" . + $start = "/sbin/mount_fdescfs fdescfs /dev/fd\n" . "/usr/local/sbin/spamd-setup -d &\n" . "/sbin/pflogd &\n" . "/usr/local/libexec/spamd {$greyparms}{$identifier}{$greylisting}{$maxcon}{$maxblack}{$window}{$replysmtperror} -b 127.0.0.1 &\n" . |