aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd.xml
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-21 22:00:16 +0000
committerColin Smith <colin@pfsense.org>2005-06-21 22:00:16 +0000
commit4e916012065d0f392799a440552282b25bff7c09 (patch)
tree75af0a6e5e778db58b7c678a95b2aacd0d8fe4de /packages/spamd.xml
parent99557b9000be7ac9bf5ddadab5be2c149fbea222 (diff)
downloadpfsense-packages-4e916012065d0f392799a440552282b25bff7c09.tar.gz
pfsense-packages-4e916012065d0f392799a440552282b25bff7c09.tar.bz2
pfsense-packages-4e916012065d0f392799a440552282b25bff7c09.zip
chmod() spamd.sh instead of spamd.
Diffstat (limited to 'packages/spamd.xml')
-rw-r--r--packages/spamd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml
index d611a10c..c6773159 100644
--- a/packages/spamd.xml
+++ b/packages/spamd.xml
@@ -158,8 +158,8 @@
fwrite($fd, "/usr/local/sbin/spamd-setup &amp;\n");
fwrite($fd, "/usr/local/libexec/spamlogd &amp;\n");
fclose($fd);
- chmod("/usr/local/etc/rc.d/spamd", 0755);
- mwexec("/usr/local/etc/rc.d/spamd");
+ chmod("/usr/local/etc/rc.d/spamd.sh", 0755);
+ mwexec("/usr/local/etc/rc.d/spamd.sh");
</custom_php_install_command>
<custom_php_deinstall_command>
unlink_if_exists("/usr/local/pkg/spamd.sh");