aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-29 05:47:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-29 05:47:27 +0000
commit7d74b76f3b144e6da286e6d92d01f792a0247f81 (patch)
treef33f8eff07ea07d39ff84c79ae5aedffc8aa6588 /packages
parentd706e9f2dad7a96dd09353ed7b61703fe3eaae53 (diff)
downloadpfsense-packages-7d74b76f3b144e6da286e6d92d01f792a0247f81.tar.gz
pfsense-packages-7d74b76f3b144e6da286e6d92d01f792a0247f81.tar.bz2
pfsense-packages-7d74b76f3b144e6da286e6d92d01f792a0247f81.zip
killall -HUP spamlogd adter changes
Diffstat (limited to 'packages')
-rw-r--r--packages/spamd_whitelist.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/spamd_whitelist.xml b/packages/spamd_whitelist.xml
index c63ba36b..2f6b26ad 100644
--- a/packages/spamd_whitelist.xml
+++ b/packages/spamd_whitelist.xml
@@ -69,7 +69,8 @@
fwrite($fd, $spamd['ip'] . "\n");
}
fclose($fd);
- system("/usr/local/etc/rc.d/spamd 2>/dev/null");
+ /* signal a reload of all files */
+ mwexec("killall -HUP spamlogd");
conf_mount_ro();
config_unlock();
}