From ac11b33e8aeb26fdc3b6917c919f205e55df7317 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 17 May 2011 16:54:58 +0200 Subject: [PATCH] snort: changed to use default prefix (IssueID #89) --- security/snort/snort.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/snort/snort.conf b/security/snort/snort.conf index 91b04f3eb..f36d6bba4 100644 --- a/security/snort/snort.conf +++ b/security/snort/snort.conf @@ -15,8 +15,8 @@ # --- SDE-COPYRIGHT-NOTE-END --- if [ $prefix_auto = 1 ] ; then - prefix=opt/snort - set_confopt + # use a dedicted sysconfdir instead of installing into /etc + sysconfdir="$sysconfdir/$pkg" fi # postgresql support