aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-07 23:41:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-07 23:41:36 +0000
commit6c42ddc5b26207d3251fab5e14c52721dcabe97b (patch)
treec5c1b7bd8d5b13d0137d274c08556683f9a2156c /packages/spamd.inc
parentcc1231e34c4adf8556cdec013935e8b30bc95919 (diff)
downloadpfsense-packages-6c42ddc5b26207d3251fab5e14c52721dcabe97b.tar.gz
pfsense-packages-6c42ddc5b26207d3251fab5e14c52721dcabe97b.tar.bz2
pfsense-packages-6c42ddc5b26207d3251fab5e14c52721dcabe97b.zip
Use mount -t fdescfs fdescfs
Diffstat (limited to 'packages/spamd.inc')
-rw-r--r--packages/spamd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc
index 99809083..c3dda405 100644
--- a/packages/spamd.inc
+++ b/packages/spamd.inc
@@ -121,7 +121,7 @@ function sync_package_spamd() {
}
}
$greyparms = " -G {$passtime}:{$greyexp}:{$whiteexp}";
- $start = "/sbin/mount_fdescfs fdescfs /dev/fd\n" .
+ $start = "/sbin/mount -t 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} 127.0.0.1 &\n" .