Browse Source

nufw: changed to use default prefix instead of 'opt/nufw'

stable/0.2
Christian Wiese 14 years ago
parent
commit
d2c0634b7d
  1. 5
      security/nufw/nufw.conf

5
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

Loading…
Cancel
Save