From: John Crispin Date: Thu, 21 Aug 2014 09:53:25 +0000 (+0000) Subject: firewall: the firewall did not start properly on boot X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b9ea44f94781428ef6900a93b502a7eb6b8223db;p=openwrt%2Fstaging%2Fstintel.git firewall: the firewall did not start properly on boot https://dev.openwrt.org/ticket/17593 Signed-off-by: John Crispin SVN-Revision: 42233 --- 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 }