summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2002-07-21 18:28:45 +0000
committerBen Lutgens <lamer@gentoo.org>2002-07-21 18:28:45 +0000
commitdb3f32147392bb909e5934b8c3cba4d3f163cdba (patch)
treef30334bc501a91d6558780a757db4dd2f2b313b9 /net-analyzer/snort
parentadded ppc to keywords (diff)
downloadgentoo-2-db3f32147392bb909e5934b8c3cba4d3f163cdba.tar.gz
gentoo-2-db3f32147392bb909e5934b8c3cba4d3f163cdba.tar.bz2
gentoo-2-db3f32147392bb909e5934b8c3cba4d3f163cdba.zip
changes to conf.d file. Fixes bug http://bugs.gentoo.org/show_bug.cgi?id=5190
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r--net-analyzer/snort/files/snort.confd15
1 files changed, 1 insertions, 14 deletions
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"