firewall: the firewall did not start properly on boot
authorJohn Crispin <john@openwrt.org>
Mon, 1 Sep 2014 13:21:46 +0000 (13:21 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 1 Sep 2014 13:21:46 +0000 (13:21 +0000)
https://dev.openwrt.org/ticket/17593

Signed-off-by: John Crispin <blogic@openwrt.org>
Backport of r42233

SVN-Revision: 42374

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
 }