From fb9000df2131ee7ed51e99fbac7a8d9a2d7a5065 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 18 Jul 2012 21:43:55 +0000 Subject: Make the sed command consistent with the update code --- config/snort/snort.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 59984978..7a89e694 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -1306,9 +1306,9 @@ EOD; file_exists("{$snortdir}/preproc_rules/preprocessor.rules")) { @file_put_contents("{$g['tmp_path']}/sedcmd", $sedcmd); if (file_exists("{$snortcfgdir}/preproc_rules/preprocessor.rules")) - mwexec("/usr/bin/sed -Ie -f {$g['tmp_path']}/sedcmd {$snortcfgdir}/preproc_rules/preprocessor.rules"); + mwexec("/usr/bin/sed -I '' -e -f {$g['tmp_path']}/sedcmd {$snortcfgdir}/preproc_rules/preprocessor.rules"); if (file_exists("{$snortcfgdir}/preproc_rules/decoder.rules")) - mwexec("/usr/bin/sed -Ie -f {$g['tmp_path']}/sedcmd {$snortcfgdir}/preproc_rules/decoder.rules"); + mwexec("/usr/bin/sed -I '' -e -f {$g['tmp_path']}/sedcmd {$snortcfgdir}/preproc_rules/decoder.rules"); @unlink("{$g['tmp_path']}/sedcmd"); $snort_misc_include_rules .= "include \$PREPROC_RULE_PATH/decoder.rules\n"; -- cgit v1.2.3