summaryrefslogtreecommitdiffstats
path: root/extra/snort/snort.confd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/snort/snort.confd')
-rw-r--r--extra/snort/snort.confd16
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/snort/snort.confd b/extra/snort/snort.confd
deleted file mode 100644
index d4d240ac..00000000
--- a/extra/snort/snort.confd
+++ /dev/null
@@ -1,16 +0,0 @@
-# Config file for /etc/init.d/snort
-
-# This tell snort which interface to listen on (any for every interface)
-IFACE=eth0
-
-# Make sure this matches your IFACE
-PIDFILE=/var/run/snort_$IFACE.pid
-
-# You probably don't want to change this, but in case you do
-LOGDIR="/var/log/snort"
-
-# Probably not this either
-CONF=/etc/snort/snort.conf
-
-# This pulls in the options above
-SNORT_OPTS="-D -u snort -i $IFACE -l $LOGDIR -c $CONF"