From afba4e722681c35163ec48b7cacffa8b8cb88e5f Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Wed, 22 Jul 2015 20:31:30 -0400 Subject: Add new feature to hide deprecated rules categories in GUI. --- config/suricata/suricata_post_install.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/suricata/suricata_post_install.php') diff --git a/config/suricata/suricata_post_install.php b/config/suricata/suricata_post_install.php index aec8983e..3931d682 100644 --- a/config/suricata/suricata_post_install.php +++ b/config/suricata/suricata_post_install.php @@ -130,6 +130,10 @@ if ($config['installedpackages']['suricata']['config'][0]['et_iqrisk_enable'] == install_cron_job("/usr/bin/nice -n20 /usr/local/bin/php -f /usr/local/pkg/suricata/suricata_etiqrisk_update.php", TRUE, 0, "*/6", "*", "*", "*", "root"); } +// Move deprecated_rules file to SURICATADIR/rules directory +@rename("/usr/local/pkg/suricata/deprecated_rules", "{$suricatadir}rules/deprecated_rules"); + + /*********************************************************/ /* START OF BUG FIX CODE */ /* */ -- cgit v1.2.3