Răsfoiți Sursa

firewall: the firewall did not start properly on boot

https://dev.openwrt.org/ticket/17593

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 42233
John Crispin 11 ani în urmă
părinte
comite
b9ea44f947
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/network/config/firewall/files/firewall.init

+ 1 - 1
package/network/config/firewall/files/firewall.init

@@ -60,6 +60,6 @@ reload_service() {
 boot() {
 boot() {
 	# Be silent on boot, firewall might be started by hotplug already,
 	# Be silent on boot, firewall might be started by hotplug already,
 	# so don't complain in syslog.
 	# so don't complain in syslog.
-	QUIET=1
+	QUIET=-q
 	start
 	start
 }
 }