diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2002-07-21 18:28:45 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2002-07-21 18:28:45 +0000 |
commit | 4ad62530bbc930c85461019e00941068719fbada (patch) | |
tree | 8f8e21c2b56889d8619b6ade5815d280e0a7ee81 /net-analyzer/snort | |
parent | added -ppc to keywords (diff) | |
download | historical-4ad62530bbc930c85461019e00941068719fbada.tar.gz historical-4ad62530bbc930c85461019e00941068719fbada.tar.bz2 historical-4ad62530bbc930c85461019e00941068719fbada.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.confd | 15 |
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" |