firewall: the firewall did not start properly on boot
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Aug 2014 09:53:25 +0000 (09:53 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Aug 2014 09:53:25 +0000 (09:53 +0000)
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

package/network/config/firewall/files/firewall.init

index 1147b83..662dd80 100755 (executable)
@@ -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
 }