diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-20 19:58:40 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-20 19:58:40 +0000 |
commit | 18e309aa929423cace2216c5bcfa18fe4b15d7c2 (patch) | |
tree | c955985cd7d6588cb3e96865f49181f809cf2b85 /openwrt/package/base-files/default/etc/init.d/S45firewall | |
parent | e605864542f2b5fc8be6ac00a0eeae170fc47983 (diff) |
updates from whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/default/etc/init.d/S45firewall')
-rwxr-xr-x | openwrt/package/base-files/default/etc/init.d/S45firewall | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S45firewall b/openwrt/package/base-files/default/etc/init.d/S45firewall index 8350ccbfe..cb779792d 100755 --- a/openwrt/package/base-files/default/etc/init.d/S45firewall +++ b/openwrt/package/base-files/default/etc/init.d/S45firewall @@ -1,6 +1,7 @@ #!/bin/sh ## Please make changes in /etc/firewall.user +${FAILSAFE:+exit} . /etc/functions.sh WAN=$(nvram get wan_ifname) |