diff options
author | robiscool <robrob2626@yahoo.com> | 2010-03-17 10:03:46 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-03-17 10:03:46 -0700 |
commit | e4e0be41bf8b479961c1ada2a3f9b0101021c59b (patch) | |
tree | c8f56ee475b86c9c6a7ce5465d00c765228256f9 /config | |
parent | 4eb3ae0e0c3d457382ecbb8a55b00d516817610d (diff) | |
download | pfsense-packages-e4e0be41bf8b479961c1ada2a3f9b0101021c59b.tar.gz pfsense-packages-e4e0be41bf8b479961c1ada2a3f9b0101021c59b.tar.bz2 pfsense-packages-e4e0be41bf8b479961c1ada2a3f9b0101021c59b.zip |
snort-dev, update snort.inc and snort.sh
Diffstat (limited to 'config')
-rw-r--r-- | config/snort-dev/snort.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/snort-dev/snort.inc b/config/snort-dev/snort.inc index cd8f40ec..fa086e84 100644 --- a/config/snort-dev/snort.inc +++ b/config/snort-dev/snort.inc @@ -550,6 +550,9 @@ if ($id != '' && $if_real != '') //new /* if rules exist cp rules to each iface */ create_rules_iface($id, $if_real, $snort_uuid); + /* create snort bootup file snort.sh only create once */ + create_snort_sh(); + /* create barnyard2 configuration file */ $snortbarnyardlog_info_chk = $config['installedpackages']['snortglobal']['rule'][$id]['barnyard_enable']; if ($snortbarnyardlog_info_chk == 'on') |