Author: blogic Date: 2014-09-01 15:21:46 +0200 (Mon, 01 Sep 2014) New Revision: 42374
Modified: branches/barrier_breaker/package/network/config/firewall/files/firewall.init Log: firewall: the firewall did not start properly on boot https://dev.openwrt.org/ticket/17593 Signed-off-by: John Crispin <[email protected]> Backport of r42233 Modified: branches/barrier_breaker/package/network/config/firewall/files/firewall.init =================================================================== --- branches/barrier_breaker/package/network/config/firewall/files/firewall.init 2014-09-01 13:21:45 UTC (rev 42373) +++ branches/barrier_breaker/package/network/config/firewall/files/firewall.init 2014-09-01 13:21:46 UTC (rev 42374) @@ -60,6 +60,6 @@ boot() { # Be silent on boot, firewall might be started by hotplug already, # so don't complain in syslog. - QUIET=1 + QUIET=-q start } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
