diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-20 16:35:40 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-12-15 12:04:34 -0500 |
commit | d2600c88e6720a1f6f2dad74bbe8dac60b435d97 (patch) | |
tree | 462477383f8000ec544dd9fe0842d29bef61c101 /config/suricata/suricata_uninstall.php | |
parent | 9c33543db52aea06e01d4289a55fe9522a40327c (diff) | |
download | pfsense-packages-d2600c88e6720a1f6f2dad74bbe8dac60b435d97.tar.gz pfsense-packages-d2600c88e6720a1f6f2dad74bbe8dac60b435d97.tar.bz2 pfsense-packages-d2600c88e6720a1f6f2dad74bbe8dac60b435d97.zip |
Ensure defined CONSTANTS are unique to this package.
Diffstat (limited to 'config/suricata/suricata_uninstall.php')
-rw-r--r-- | config/suricata/suricata_uninstall.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/suricata/suricata_uninstall.php b/config/suricata/suricata_uninstall.php index 280e2394..c7023ec6 100644 --- a/config/suricata/suricata_uninstall.php +++ b/config/suricata/suricata_uninstall.php @@ -44,10 +44,10 @@ global $config, $g; $suricatadir = SURICATADIR; $suricatalogdir = SURICATALOGDIR; -$sidmodspath = SID_MODS_PATH; -$iprep_path = IPREP_PATH; +$sidmodspath = SURICATA_SID_MODS_PATH; +$iprep_path = SURICATA_IPREP_PATH; $rcdir = RCFILEPREFIX; -$suricata_rules_upd_log = RULES_UPD_LOGFILE; +$suricata_rules_upd_log = SURICATA_RULES_UPD_LOGFILE; $suri_pf_table = SURICATA_PF_TABLE; log_error(gettext("[Suricata] Suricata package uninstall in progress...")); |