From 38a19e68b25bc3ff742b006023f0363ec8280f4c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 9 Feb 2009 22:57:06 -0500 Subject: Kill with the biggest sword yet --- config/snort/snort.inc | 2 ++ 1 file changed, 2 insertions(+) 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() { -- cgit v1.2.3