projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a3acd1
)
firewall: the firewall did not start properly on boot
author
John Crispin
<john@openwrt.org>
Mon, 1 Sep 2014 13:21:46 +0000
(13:21 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 1 Sep 2014 13:21:46 +0000
(13:21 +0000)
https://dev.openwrt.org/ticket/17593
Signed-off-by: John Crispin <blogic@openwrt.org>
Backport of r42233
SVN-Revision: 42374
package/network/config/firewall/files/firewall.init
patch
|
blob
|
history
diff --git
a/package/network/config/firewall/files/firewall.init
b/package/network/config/firewall/files/firewall.init
index 1147b833357208cf2f3597c30f59ee4bc668237c..662dd8010b1328ae3c8ec5533405171b94d94bd0 100755
(executable)
--- a/
package/network/config/firewall/files/firewall.init
+++ b/
package/network/config/firewall/files/firewall.init
@@
-60,6
+60,6
@@
reload_service() {
boot() {
# Be silent on boot, firewall might be started by hotplug already,
# so don't complain in syslog.
- QUIET=
1
+ QUIET=
-q
start
}