diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-08 04:33:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-08 04:33:02 +0000 |
commit | 273483f304b27bf40121db2465554132d37c6acb (patch) | |
tree | 69cf5feca8e8ce4867265f27a31b780b95e85c2c /packages/spamd.inc | |
parent | f0226afb1340f4079491156fa17952d1775df4ec (diff) | |
download | pfsense-packages-273483f304b27bf40121db2465554132d37c6acb.tar.gz pfsense-packages-273483f304b27bf40121db2465554132d37c6acb.tar.bz2 pfsense-packages-273483f304b27bf40121db2465554132d37c6acb.zip |
Commit typo
Diffstat (limited to 'packages/spamd.inc')
-rw-r--r-- | packages/spamd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc index 58b0012c..3088d037 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -121,7 +121,7 @@ function sync_package_spamd() { } } $greyparms = " -G {$passtime}:{$greyexp}:{$whiteexp}"; - $start = "if [ `mount | grep -v grep | grep mount | wc -l` -lt 1 ]; then \n" . + $start = "if [ `mount | grep -v grep | grep fdescfs | wc -l` -lt 1 ]; then \n" . "/sbin/mount -t fdescfs fdescfs /dev/fd\n" . "fi\n" . "/usr/local/sbin/spamd-setup -d &\n" . |