firewall: the firewall did not start properly on boot
authorJohn Crispin <john@openwrt.org>
Thu, 21 Aug 2014 09:53:25 +0000 (09:53 +0000)
committerJohn Crispin <john@openwrt.org>
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>
SVN-Revision: 42233

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

index 1147b833357208cf2f3597c30f59ee4bc668237c..662dd8010b1328ae3c8ec5533405171b94d94bd0 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
 }