From d2c0634b7d3955e129a076215f16d9d858bd69e5 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 24 May 2011 10:46:25 +0200 Subject: [PATCH] nufw: changed to use default prefix instead of 'opt/nufw' --- security/nufw/nufw.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/security/nufw/nufw.conf b/security/nufw/nufw.conf index 6e6f91246..b393a5e94 100644 --- a/security/nufw/nufw.conf +++ b/security/nufw/nufw.conf @@ -12,11 +12,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -if [ $prefix_auto = 1 ] ; then - prefix="opt/nufw" - set_confopt -fi - # echo a warning if iptables was not build with development support and # libnetfilter_queue is not available if [ "$SDECFG_PKG_IPTABLES_DEVEL" != "1" ] && ! pkginstalled libnetfilter_queue ; then