From 82c00223b8d3c4c543bd2f01556f14b8bea16564 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 17 Apr 2008 22:18:10 +0000 Subject: Ensure /var/db/spamd is created. --- packages/spamd.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/spamd.inc b/packages/spamd.inc index d279bfc8..6520aa3b 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -115,7 +115,8 @@ function sync_package_spamd() { } } $greyparms = " -G {$passtime}:{$greyexp}:{$whiteexp}"; - $start = "/sbin/mount_fdescfs fdescfs /dev/fd\n" . + $start = "mkdir -p /var/db/spamd\n"; + "/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