[oe] [meta-networking][PATCH 1/3] quagga: Fix watchquagga initscript problem.

Joe MacDonald joe at deserted.net
Tue Nov 26 16:24:30 UTC 2013


Merged, thanks.
-J.

[[meta-networking][PATCH 1/3] quagga: Fix watchquagga initscript problem.] On 13.11.19 (Tue 15:50) Mark Hatle wrote:

> From: Bopeng Liu <bopeng.liu at windriver.com>
> 
> Change the default config file for making watchquagga can startup successful
> 
> Signed-off-by: Bopeng Liu <Bopeng.Liu at windriver.com>
> ---
>  .../recipes-protocols/quagga/files/watchquagga.default           | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-networking/recipes-protocols/quagga/files/watchquagga.default b/meta-networking/recipes-protocols/quagga/files/watchquagga.default
> index 53f6a8c..2d601ec 100644
> --- a/meta-networking/recipes-protocols/quagga/files/watchquagga.default
> +++ b/meta-networking/recipes-protocols/quagga/files/watchquagga.default
> @@ -2,6 +2,11 @@
>  #watch_daemons="zebra bgpd ospfd ospf6d ripd ripngd"
>  watch_daemons="zebra"
>  
> -# To enable restarts, uncomment this line (but first be sure to edit
> +# To enable restarts when multiple daemons are being used, uncomment this line (but first be sure to edit
>  # the WATCH_DAEMONS line to reflect the daemons you are actually using):
> -watch_options="-z -b_ -r/etc/init.d/quagga_restart_%s -s/etc/init.d/quagga_start_%s -k/etc/init.d/quagga_stop_%s"
> +#watch_options="-Az -b_ -r/etc/init.d/quagga_restart_%s -s/etc/init.d/quagga_start_%s -k/etc/init.d/quagga_stop_%s"
> +
> +# Since we are using one quagga daemon for now, use the following line. If using
> +# multiple daemons, comment the line below and uncoment the line mentioned
> +# above.
> +watch_options="-z -b_ -r/etc/init.d/quagga_restart_%s"
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20131126/b8a73866/attachment-0002.sig>


More information about the Openembedded-devel mailing list