diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 18:58:17 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 18:58:17 +0000 |
commit | d45d34dd4f07a2dea3b1efd42e2d6234dda50d91 (patch) | |
tree | da17e0d9336c7c30a16295dff505632c6300b109 /packages | |
parent | 3dd51a25715af2e97ccf07c6daa21b703d12e218 (diff) | |
download | pfsense-packages-d45d34dd4f07a2dea3b1efd42e2d6234dda50d91.tar.gz pfsense-packages-d45d34dd4f07a2dea3b1efd42e2d6234dda50d91.tar.bz2 pfsense-packages-d45d34dd4f07a2dea3b1efd42e2d6234dda50d91.zip |
spamd -> spamd.sh
Diffstat (limited to 'packages')
-rw-r--r-- | packages/spamd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index a27b3106..d62ffc84 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -136,7 +136,7 @@ fwrite($fd, $spamd['ip'] . "\n"); } fclose($fd); - system("/usr/local/etc/rc.d/spamd start"); + system("/usr/local/etc/rc.d/spamd.sh start"); conf_mount_ro(); config_unlock(); } |