From db3f32147392bb909e5934b8c3cba4d3f163cdba Mon Sep 17 00:00:00 2001 From: Ben Lutgens Date: Sun, 21 Jul 2002 18:28:45 +0000 Subject: changes to conf.d file. Fixes bug http://bugs.gentoo.org/show_bug.cgi?id=5190 --- net-analyzer/snort/files/snort.confd | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'net-analyzer/snort') diff --git a/net-analyzer/snort/files/snort.confd b/net-analyzer/snort/files/snort.confd index 0d213b3eb842..81e56967fbaf 100644 --- a/net-analyzer/snort/files/snort.confd +++ b/net-analyzer/snort/files/snort.confd @@ -3,19 +3,6 @@ # Make sure this matches your IFACE PIDFILE=/var/run/snort_eth0.pid -# fast - fast alert mode, write the alert in a simple format with a -# timestamp, alert message, source and destination IPs/ports -# -# full - this is also the default alert mode, so if you specify nothing -# this will automatically be used -# -# unsock - send alerts to a UNIX socket that another program can listen on -# -# none - turn off alerting -MODE="full" - -# Set this to the appropriate network you box lives on -NETWORK="192.168.1.0/24" # You probably don't want to change this, but in case you do LOGDIR="/var/log/snort" @@ -24,4 +11,4 @@ LOGDIR="/var/log/snort" CONF=/etc/snort/snort.conf # This pulls in the options above -SNORT_OPTS="-D -s -u nobody -dev -l $LOGDIR -h $NETWORK -c $CONF" +SNORT_OPTS="-D -u nobody -dev -l $LOGDIR -c $CONF" -- cgit v1.2.3-65-gdbad