From afdf2741df2dac1e6103a9d2d3ad9fc95d5c94f0 Mon Sep 17 00:00:00 2001 From: robiscool Date: Mon, 25 May 2009 21:18:21 -0700 Subject: Never uninstall PCRE package, breaks lighthttp, May 25 --- config/snort/snort.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 87fbc42a..6fa3fcca 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -202,7 +202,6 @@ function snort_deinstall() { 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"); } -- cgit v1.2.3