aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-10-09 17:59:12 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-10-09 17:59:12 -0400
commit90ef400842207bfe6dca22f9121d3e3dd3328a21 (patch)
treeb063d6ce6a455b76ddc43a36f1d3bccc3f5b022b /config/snort
parent8aa9c0ed0faee4c6365da03f2a9b473d5a0e6fd5 (diff)
downloadpfsense-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.
Diffstat (limited to 'config/snort')
-rwxr-xr-xconfig/snort/snort_check_for_rule_updates.php2
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);
?>