From e44e823f4e02415341f7182316107731d11f51b7 Mon Sep 17 00:00:00 2001 From: robscool Date: Wed, 15 Apr 2009 23:33:33 -0700 Subject: modified: snort.inc snort.xml pkg_config.7.xml 04-15-09 modified: config/snort/snort.inc Change of startup commands modified: config/snort/snort.xml Change version number. modified: pkg_config.7.xml Change of version number. --- config/snort/snort.inc | 2 +- config/snort/snort.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 15dd1ad6..6de4c8f3 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -142,7 +142,7 @@ function sync_package_snort() /* TODO; get snort to start under nologin shell */ foreach($snortInterfaces as $snortIf) { - $start .= ";sleep 8;snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -D -i {$snortIf} -o -A fast -q"; + $start .= ";sleep 8;snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -D -i {$snortIf} -A fast -q"; } /* if block offenders is checked, start snort2c */ diff --git a/config/snort/snort.xml b/config/snort/snort.xml index af549a27..e9a8c87d 100644 --- a/config/snort/snort.xml +++ b/config/snort/snort.xml @@ -46,7 +46,7 @@ Describe your package requirements here Currently there are no FAQ items provided. Snort - 2.8.4.3 + 2.8.4 Services: Snort /usr/local/pkg/snort.inc -- cgit v1.2.3