slitaz-tools rev 803

tinyutils/hwsetup: update path to firewall.conf
author Richard Dunbar <mojo@slitaz.org>
date Fri Apr 26 12:51:26 2013 +0000 (2013-04-26)
parents 0a84f3c71dfd
children 4e92eb00bfa3
files tinyutils/hwsetup
line diff
     1.1 --- a/tinyutils/hwsetup	Wed Feb 20 20:20:37 2013 +0100
     1.2 +++ b/tinyutils/hwsetup	Fri Apr 26 12:51:26 2013 +0000
     1.3 @@ -664,8 +664,8 @@
     1.4  		       	    failed
     1.5  				 fi
     1.6  		       ;;
     1.7 -		firewall) echo "Setting IPTABLES_RULES to yes in /etc/firewall.conf"
     1.8 -				  sed -i 's/^IPTABLES_RULES="no"/IPTABLES_RULES="yes"/' /etc/firewall.conf
     1.9 +		firewall) echo "Setting IPTABLES_RULES to yes in /etc/slitaz/firewall.conf"
    1.10 +				  sed -i 's/^IPTABLES_RULES="no"/IPTABLES_RULES="yes"/' /etc/slitaz/firewall.conf
    1.11  		          # default is "start"
    1.12  				 if [ "$STOP" == "yes" ] ; then
    1.13  				 	/etc/init.d/firewall stop