aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-05 23:54:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-05 23:54:07 +0000
commitb3bbd445f2eae32a243e2d9bbedddca76d3a31d2 (patch)
treea9421c3afe7fd107fe2b20ae10cdd9dc76c0796f /packages
parentea0f43239c13ae9fcbe5a209e3a7930540d65555 (diff)
downloadpfsense-packages-b3bbd445f2eae32a243e2d9bbedddca76d3a31d2.tar.gz
pfsense-packages-b3bbd445f2eae32a243e2d9bbedddca76d3a31d2.tar.bz2
pfsense-packages-b3bbd445f2eae32a243e2d9bbedddca76d3a31d2.zip
spamd -> spamd.sh
Diffstat (limited to 'packages')
-rw-r--r--packages/spamd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml
index 75470613..4faf4b7c 100644
--- a/packages/spamd.xml
+++ b/packages/spamd.xml
@@ -150,7 +150,7 @@
system("touch /var/mail/whitelist.txt 2>/dev/null");
system("/usr/libexec/spamd-setup 2>/dev/null &amp;");
system("/usr/libexec/spamlogd 2>/dev/null &amp;");
- $fd = fopen("/usr/local/etc/rc.d/spamd","w");
+ $fd = fopen("/usr/local/etc/rc.d/spamd.sh","w");
fwrite($fd, "#!/bin/sh\n\n");
fwrite($fd, "# PACKAGE: STunnel\n");
fwrite($fd, "# EXECUTABLE: stunnel\n");