From: blogic Date: Thu, 21 Aug 2014 09:53:25 +0000 (+0000) Subject: firewall: the firewall did not start properly on boot X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=562203d2d7a0d8a3523bb54dbf1d35b64d4d0e30;p=openwrt.git firewall: the firewall did not start properly on boot https://dev.openwrt.org/ticket/17593 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42233 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 }