aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_post_install.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-12-17 20:05:47 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2013-12-17 20:05:47 -0500
commit164401c547782f155d87d83a7307baa3a63fad98 (patch)
treed09315907d089c55b03c30748bb98f673a40433b /config/snort/snort_post_install.php
parenta1eb07ae4019b15e7f4d4375e066038e18a59993 (diff)
downloadpfsense-packages-164401c547782f155d87d83a7307baa3a63fad98.tar.gz
pfsense-packages-164401c547782f155d87d83a7307baa3a63fad98.tar.bz2
pfsense-packages-164401c547782f155d87d83a7307baa3a63fad98.zip
Update copyright notice per Ermal's suggestion.
Diffstat (limited to 'config/snort/snort_post_install.php')
-rw-r--r--config/snort/snort_post_install.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/snort/snort_post_install.php b/config/snort/snort_post_install.php
index ef73b892..a7b54503 100644
--- a/config/snort/snort_post_install.php
+++ b/config/snort/snort_post_install.php
@@ -5,6 +5,7 @@
* Copyright (C) 2006 Scott Ullrich
* Copyright (C) 2009-2010 Robert Zelaya
* Copyright (C) 2011-2012 Ermal Luci
+ * Copyright (C) 2013 Bill Meeks
* part of pfSense
* All rights reserved.
*
@@ -1451,6 +1452,10 @@ if ($config['installedpackages']['snortglobal']['forcekeepsettings'] == 'on') {
}
}
+/* Update Snort package version in configuration */
+$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.0.1";
+write_config();
+
/* Done with post-install, so clear flag */
unset($g['snort_postinstall']);
log_error(gettext("[Snort] Package post-installation tasks completed..."));