slitaz-tools diff tinyutils/netbox @ rev 181

netbox: fix firewall (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 09 15:55:31 2008 +0000 (2008-05-09)
parents 644b5d8208b6
children 6821317846d5
line diff
     1.1 --- a/tinyutils/netbox	Fri May 09 15:44:39 2008 +0000
     1.2 +++ b/tinyutils/netbox	Fri May 09 15:55:31 2008 +0000
     1.3 @@ -954,7 +954,7 @@
     1.4          <button>
     1.5            <label>Load</label>
     1.6            <input file icon="reload"></input>
     1.7 -          <action>/sbin/iptables-restore < $IPTABLES_CONF</action>
     1.8 +          <action>cat $IPTABLES_CONF | /sbin/iptables-restore</action>
     1.9          </button>
    1.10          <button>
    1.11            <label>Save</label>