From 261ad0e49a7d7b7123831d423a0a6146b0b00d94 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 9 Feb 2009 21:31:49 -0500 Subject: Only extract rules/ directory --- config/snort/snort.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 1b4c5c69..0cda2ed4 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -632,13 +632,11 @@ function extract_snort_rules_md5($tmpfname) { update_all_status($static_output); } mkdir("/usr/local/etc/snort/rules/"); - $cmd = "/usr/bin/tar xzf {$tmpfname}/{$snort_filename} -C /usr/local/etc/snort/"; + $cmd = "/usr/bin/tar xzf {$tmpfname}/{$snort_filename} -C /usr/local/etc/snort/ rules/"; $handle = popen("{$cmd} 2>&1", 'r'); while(!feof($handle)) { - $buffer = fgets($handle); - update_output_window($buffer); - ob_flush(); - flush(); + $buffer = fgets($handle); + update_output_window($buffer); } pclose($handle); -- cgit v1.2.3