summaryrefslogtreecommitdiff
blob: 81c28ed75feaa94d9f659a968d4d17cd1e4e809d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Config file for /etc/init.d/barnyard

PIDFILE="/var/run/barnyard.pid"

# You probably don't want to change this, but in case you do
LOGDIR="/var/log/snort"
ARCHIVEDIR="$LOGDIR/archive"

# Probably not this either
CONF=/etc/snort/barnyard.conf

# This pulls in the options above
BARNYARD_OPTS="-c $CONF -d $LOGDIR -g /etc/snort/gen-msg.map -s /etc/snort/sid-msg.map -w $LOGDIR/barnyard.waldo -L $LOGDIR -a $ARCHIVEDIR -f snort.alert"