aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-26 20:30:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-26 20:30:54 +0000
commit5949a2829ad795d7f3294ecfa70fce10638f7dc7 (patch)
treebabbe7e06f443251793bf5cfe04dba641215ce3d /packages/spamd.xml
parentd7713e4a07e31c4841191488de22078ff9231240 (diff)
downloadpfsense-packages-5949a2829ad795d7f3294ecfa70fce10638f7dc7.tar.gz
pfsense-packages-5949a2829ad795d7f3294ecfa70fce10638f7dc7.tar.bz2
pfsense-packages-5949a2829ad795d7f3294ecfa70fce10638f7dc7.zip
Correct location of spamlogd
Diffstat (limited to 'packages/spamd.xml')
-rw-r--r--packages/spamd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml
index aa29c88c..8c59455e 100644
--- a/packages/spamd.xml
+++ b/packages/spamd.xml
@@ -147,7 +147,7 @@
fwrite($fd, "#!/bin/sh\n\n");
fwrite($fd, "/usr/bin/killall spamd-setup 2>/dev/null\n");
fwrite($fd, "/usr/local/sbin/spamd-setup &amp;\n");
- fwrite($fd, "/usr/libexec/spamlogd &amp;\n");
+ fwrite($fd, "/usr/local/libexec/spamlogd &amp;\n");
fclose($fd);
system("chmod a+x /usr/local/etc/rc.d/spamd 2>/dev/null");
system("/usr/local/etc/rc.d/spamd 2>/dev/null");