From 8c0f150222ccc2889c224e567c4c2d365c40732b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 17 Apr 2008 22:24:06 +0000 Subject: Woops, spamdb is not a directory. --- packages/spamd.inc | 3 +-- 1 file changed, 1 insertion(+), 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" . -- cgit v1.2.3