diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 22:57:06 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 22:57:06 -0500 |
commit | 38a19e68b25bc3ff742b006023f0363ec8280f4c (patch) | |
tree | bbd651e666731a716b0d094af4a8fb74f41a11ab /config/snort | |
parent | 5751bf3c50efed50b449ba60fb1b285092c19814 (diff) | |
download | pfsense-packages-38a19e68b25bc3ff742b006023f0363ec8280f4c.tar.gz pfsense-packages-38a19e68b25bc3ff742b006023f0363ec8280f4c.tar.bz2 pfsense-packages-38a19e68b25bc3ff742b006023f0363ec8280f4c.zip |
Kill with the biggest sword yet
Diffstat (limited to 'config/snort')
-rw-r--r-- | config/snort/snort.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index cf2e5fbc..681d0568 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -199,6 +199,8 @@ function snort_deinstall() { exec("rm -f /usr/local/etc/rc.d/snort*"); exec("rm -rf /usr/local/etc/snort*"); exec("cd /var/db/pkg && pkg_delete `ls | grep snort`"); + exec("/usr/bin/killall -9 snort"); + exec("/usr/bin/killall snort"); } function generate_snort_conf() { |