From: John Crispin Date: Mon, 1 Sep 2014 13:21:46 +0000 (+0000) Subject: firewall: the firewall did not start properly on boot X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=7b6dbb49f28cddf0c29689fcce5afeb35aad2ee1 firewall: the firewall did not start properly on boot https://dev.openwrt.org/ticket/17593 Signed-off-by: John Crispin Backport of r42233 SVN-Revision: 42374 --- 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 }