Просмотр исходного кода

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 лет назад
Родитель
Сommit
b9ea44f947
1 измененных файлов с 1 добавлено и 1 удалено
  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() {
 	# Be silent on boot, firewall might be started by hotplug already,
 	# so don't complain in syslog.
-	QUIET=1
+	QUIET=-q
 	start
 }