diff options
author | Bill Meeks <bmeeks8@bellsouth.net> | 2013-01-23 21:31:29 -0500 |
---|---|---|
committer | Bill Meeks <bmeeks8@bellsouth.net> | 2013-01-23 21:31:29 -0500 |
commit | cce940b798278b2f4a8a9093478edbdedeba30ef (patch) | |
tree | 59c7d69db5fe7e23b4f691ea03d921fc12165c6c /config/snort/snort_rules.php | |
parent | 0fc8894da8c5cc072636cf8514b79c173f6d7b52 (diff) | |
download | pfsense-packages-cce940b798278b2f4a8a9093478edbdedeba30ef.tar.gz pfsense-packages-cce940b798278b2f4a8a9093478edbdedeba30ef.tar.bz2 pfsense-packages-cce940b798278b2f4a8a9093478edbdedeba30ef.zip |
Add checks to fix initial startup errors and include flowbits file in snort.conf
Diffstat (limited to 'config/snort/snort_rules.php')
-rwxr-xr-x | config/snort/snort_rules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rules.php b/config/snort/snort_rules.php index f332a96d..83e1ea8b 100755 --- a/config/snort/snort_rules.php +++ b/config/snort/snort_rules.php @@ -100,7 +100,7 @@ if ($currentruleset != 'custom.rules') { if (substr($currentruleset, 0, 10) == "IPS Policy") $rules_map = snort_load_vrt_policy($a_rule[$id]['ips_policy']); elseif (!file_exists($rulefile)) - $input_errors[] = "{$currentruleset} seems to be missing!!! Please go to the Category tab and save again the rule to regenerate it."; + $input_errors[] = "{$currentruleset} seems to be missing!!! Please go to the Category tab and save the rule set again to regenerate it."; else $rules_map = snort_load_rules_map($rulefile); } |