From 273483f304b27bf40121db2465554132d37c6acb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 8 Nov 2008 04:33:02 +0000 Subject: Commit typo --- packages/spamd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') 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" . -- cgit v1.2.3