diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-11-26 15:39:07 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-12-15 12:15:44 -0500 |
commit | 95b568faae3d838eeb29e8ea2a46e32e4c1afa0b (patch) | |
tree | 2a728f9d4852c3a004d952f89eab5e59097a8b8a /config/suricata/suricata_uninstall.php | |
parent | 617fe1038c458fcd366f675d2f94a6c2401a78a2 (diff) | |
download | pfsense-packages-95b568faae3d838eeb29e8ea2a46e32e4c1afa0b.tar.gz pfsense-packages-95b568faae3d838eeb29e8ea2a46e32e4c1afa0b.tar.bz2 pfsense-packages-95b568faae3d838eeb29e8ea2a46e32e4c1afa0b.zip |
Add GUI support for new GeoIP rule options.
Diffstat (limited to 'config/suricata/suricata_uninstall.php')
-rw-r--r-- | config/suricata/suricata_uninstall.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/suricata/suricata_uninstall.php b/config/suricata/suricata_uninstall.php index 239b535a..b8928d17 100644 --- a/config/suricata/suricata_uninstall.php +++ b/config/suricata/suricata_uninstall.php @@ -77,6 +77,7 @@ unlink_if_exists("{$g['varrun_path']}/barnyard2_*.pid"); install_cron_job("suricata_check_for_rule_updates.php", false); install_cron_job("suricata_check_cron_misc.inc", false); install_cron_job("{$suri_pf_table}" , false); +install_cron_job("suricata_geoipupdate.php" , false); /* See if we are to keep Suricata log files on uninstall */ if ($config['installedpackages']['suricata']['config'][0]['clearlogs'] == 'on') { |