diff options
author | Ermal <eri@pfsense.org> | 2011-11-11 10:40:30 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-11-11 10:45:15 +0000 |
commit | ec96e569e89ceb3a311cdb05ef85f34beb1ba89d (patch) | |
tree | 8b8707a254f935a9814a3da8780fbffb51474b72 /config/snort/snort_interfaces_global.php | |
parent | 216b9bb43657b4c15376603698bcccf34ecb102c (diff) | |
download | pfsense-packages-ec96e569e89ceb3a311cdb05ef85f34beb1ba89d.tar.gz pfsense-packages-ec96e569e89ceb3a311cdb05ef85f34beb1ba89d.tar.bz2 pfsense-packages-ec96e569e89ceb3a311cdb05ef85f34beb1ba89d.zip |
Remove the mess of config syncing in snort and just provide one function for all. This allows snort to properly start at bootup and restart on ip change.
Diffstat (limited to 'config/snort/snort_interfaces_global.php')
-rw-r--r-- | config/snort/snort_interfaces_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php index 9a47bb24..57fec1f1 100644 --- a/config/snort/snort_interfaces_global.php +++ b/config/snort/snort_interfaces_global.php @@ -103,7 +103,7 @@ if (!$input_errors) { write_config(); /* create whitelist and homenet file then sync files */ - sync_snort_package_empty(); + sync_snort_package_config(); /* forces page to reload new settings */ header( 'Expires: Sat, 26 Jul 1997 05:00:00 GMT' ); |