From 5b7a3f15d6306a22b59c3fc239fc10ca7bd083dc Mon Sep 17 00:00:00 2001 From: robiscool Date: Mon, 25 May 2009 17:37:52 -0700 Subject: snort changes snort.inc, pkg_config.7.xml may 25 --- config/snort/snort.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index dd68a77e..87fbc42a 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -200,6 +200,9 @@ 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("cd /var/db/pkg && pkg_delete `ls | grep mysql-client`"); + exec("cd /var/db/pkg && pkg_delete `ls | grep libdnet`"); + exec("cd /var/db/pkg && pkg_delete `ls | grep pcre`"); exec("/usr/bin/killall -9 snort"); exec("/usr/bin/killall snort"); } @@ -624,8 +627,8 @@ preprocessor sfportscan: scan_type { all } \ # ############### -#preprocessor dcerpc2 -#preprocessor dcerpc2_server: default +preprocessor dcerpc2 +preprocessor dcerpc2_server: default #################### # -- cgit v1.2.3