Browse Source

snort: changed to use default prefix (IssueID #89)

stable/0.2
Christian Wiese 14 years ago
parent
commit
ac11b33e8a
  1. 4
      security/snort/snort.conf

4
security/snort/snort.conf

@ -15,8 +15,8 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then if [ $prefix_auto = 1 ] ; then
prefix=opt/snort # use a dedicted sysconfdir instead of installing into /etc
set_confopt sysconfdir="$sysconfdir/$pkg"
fi fi
# postgresql support # postgresql support

Loading…
Cancel
Save