diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-11-03 12:35:22 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-11-03 12:35:22 -0500 |
commit | b093fd924757a2c803fb5c5f66fd15ae4966e6fc (patch) | |
tree | 1944e0781aa11eb320655529dd29604cbf83c80f | |
parent | c3c375ae817b938d824e12fc841deed64477630c (diff) | |
download | pfsense-packages-b093fd924757a2c803fb5c5f66fd15ae4966e6fc.tar.gz pfsense-packages-b093fd924757a2c803fb5c5f66fd15ae4966e6fc.tar.bz2 pfsense-packages-b093fd924757a2c803fb5c5f66fd15ae4966e6fc.zip |
Bug Fix: should be restart_all instead of start_all interfaces.
-rwxr-xr-x | config/snort/snort_check_for_rule_updates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_check_for_rule_updates.php b/config/snort/snort_check_for_rule_updates.php index fc78cf28..edf99dc8 100755 --- a/config/snort/snort_check_for_rule_updates.php +++ b/config/snort/snort_check_for_rule_updates.php @@ -790,7 +790,7 @@ if ($snortdownload == 'on' || $emergingthreats == 'on' || $snortcommunityrules = } error_log(gettext("\tRestarting Snort to activate the new set of rules...\n"), 3, $snort_rules_upd_log); touch("{$g['varrun_path']}/snort_pkg_starting.lck"); - snort_start_all_interfaces(TRUE); + snort_restart_all_interfaces(TRUE); sleep(3); unlink_if_exists("{$g['varrun_path']}/snort_pkg_starting.lck"); if ($pkg_interface <> "console") |