#17593: /etc/init.d/firewall script and QUIET=1 at boot
---------------------------------+-----------------------------------
 Reporter:  clook                |      Owner:  developers
     Type:  defect               |     Status:  new
 Priority:  normal               |  Milestone:  Barrier Breaker 14.07
Component:  packages             |    Version:  Trunk
 Keywords:  firewall, fw3, boot  |
---------------------------------+-----------------------------------
 Hi,

 Just noticed that firewall can't run at boot.
 In boot function:

 {{{
 QUIET=1
 }}}


 In start_service function:

 {{{
 fw3 ${QUIET} start
 }}}


 ...but "fw3 1 start" will never work.

 Should be fixed with the following I guess?

 {{{
 QUIET=-q
 }}}

 Seen on r42162

 Tia!

--
Ticket URL: <https://dev.openwrt.org/ticket/17593>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to