diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-10-09 17:59:12 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-10-09 17:59:12 -0400 |
commit | 90ef400842207bfe6dca22f9121d3e3dd3328a21 (patch) | |
tree | b063d6ce6a455b76ddc43a36f1d3bccc3f5b022b | |
parent | 8aa9c0ed0faee4c6365da03f2a9b473d5a0e6fd5 (diff) | |
download | pfsense-packages-90ef400842207bfe6dca22f9121d3e3dd3328a21.tar.gz pfsense-packages-90ef400842207bfe6dca22f9121d3e3dd3328a21.tar.bz2 pfsense-packages-90ef400842207bfe6dca22f9121d3e3dd3328a21.zip |
Flag no config auto-backup since we are only updating a message.
-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 70ec5a18..fc78cf28 100755 --- a/config/snort/snort_check_for_rule_updates.php +++ b/config/snort/snort_check_for_rule_updates.php @@ -827,5 +827,5 @@ if ($update_errors) else $config['installedpackages']['snortglobal']['last_rule_upd_status'] = gettext("success"); $config['installedpackages']['snortglobal']['last_rule_upd_time'] = time(); -write_config("Snort pkg: updated status for updated rules package(s) check."); +write_config("Snort pkg: updated status for updated rules package(s) check.", FALSE); ?> |