diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-21 09:53:25 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-21 09:53:25 +0000 |
commit | 16be44f48f97d5701a5256b9e2610e88e9569e60 (patch) | |
tree | cca42a76e34cc45f6e0263013165f67ccd14ed33 /package/network/config/firewall/files/firewall.init | |
parent | 7e47cb16bdef64398ba999d78f732923ae8466bc (diff) | |
download | master-187ad058-16be44f48f97d5701a5256b9e2610e88e9569e60.tar.gz master-187ad058-16be44f48f97d5701a5256b9e2610e88e9569e60.tar.bz2 master-187ad058-16be44f48f97d5701a5256b9e2610e88e9569e60.zip |
firewall: the firewall did not start properly on boot
https://dev.openwrt.org/ticket/17593
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42233 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/files/firewall.init')
-rwxr-xr-x | package/network/config/firewall/files/firewall.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/files/firewall.init b/package/network/config/firewall/files/firewall.init index 1147b83335..662dd8010b 100755 --- 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 } |