summaryrefslogtreecommitdiff
path: root/pcr/snort/snort.conf.d
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 01:20:40 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 01:20:40 -0500
commit61980b527f9a1dba999469d3da1b30d39960d933 (patch)
treec1e5916493f8c8440dad2d5e0135ef1ada6e9984 /pcr/snort/snort.conf.d
parent21f7713881dc864462a2eefcbf3a70861850be5b (diff)
snort-2.9.7.2-2: rebuild
Diffstat (limited to 'pcr/snort/snort.conf.d')
-rw-r--r--pcr/snort/snort.conf.d21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/snort/snort.conf.d b/pcr/snort/snort.conf.d
deleted file mode 100644
index 86b566abc..000000000
--- a/pcr/snort/snort.conf.d
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Parameters to be passed to snort
-#
-
-# options taken from Fedora
-# http://cvs.fedoraproject.org/viewcvs/devel/snort/sysconfig.snort?rev=1.2&view=markup
-
-# Where is the snort.conf file.
-SNORT_CONF="/etc/snort/snort.conf"
-
-# What user account should we run under.
-USER="snort"
-
-# What group account should we run under.
-GROUP="snort"
-
-# define the interface we listen on
-INTERFACE="eth0"
-
-# If you are using prelude, delete the '-A fast' option
-SNORT_OPTIONS="-A fast -b -l /var/log/snort -D -p"