From dca5d2a6ee3cbe53ab32bc75450c889268e2a346 Mon Sep 17 00:00:00 2001 From: jim-p Date: Sat, 29 Aug 2009 00:04:09 -0400 Subject: Snort package: Fix snort2c running even when not selected --- config/snort/snort.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 977ae761..884f0883 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -151,9 +151,10 @@ function sync_package_snort() } /* if block offenders is checked, start snort2c */ - if($_POST['blockoffenders']) + if($_POST['blockoffenders']) { $start .= "\nsleep 8\n"; $start .= "snort2c -w /var/db/whitelist -a /var/log/snort/alert\n"; + } $sample_before = "\nBEFORE_MEM=`top | grep Free | grep Wired | awk '{print \$10}'`\n"; $sample_after = "\nAFTER_MEM=`top | grep Free | grep Wired | awk '{print \$10}'`\n"; -- cgit v1.2.3