projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d9663
)
more cleanups; you guys are getting sloppy
author
Mike Baker
<mbm@openwrt.org>
Mon, 6 Mar 2006 08:40:02 +0000
(08:40 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Mon, 6 Mar 2006 08:40:02 +0000
(08:40 +0000)
SVN-Revision: 3318
openwrt/package/base-files/default/etc/init.d/S45firewall
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/etc/init.d/S45firewall
b/openwrt/package/base-files/default/etc/init.d/S45firewall
index 8a573835e0aab5aad30aa0262422bf8d8ce105d7..8095e19f098982dcaa28df2d8be86fd821fd0f0f 100755
(executable)
--- a/
openwrt/package/base-files/default/etc/init.d/S45firewall
+++ b/
openwrt/package/base-files/default/etc/init.d/S45firewall
@@
-91,8
+91,5
@@
iptables -t nat -N postrouting_rule
## USER RULES
[ -f /etc/firewall.user ] && . /etc/firewall.user
[ -e /etc/config/firewall ] && {
- rm -f /tmp/.firewall.sh
- awk -f /usr/lib/common.awk -f /usr/lib/firewall.awk /etc/config/firewall > /tmp/.firewall.sh
- . /tmp/.firewall.sh
- rm -f /tmp/.firewall.sh
+ awk -f /usr/lib/common.awk -f /usr/lib/firewall.awk /etc/config/firewall | ash
}