diff options
author | Bopeng Liu <bopeng.liu@windriver.com> | 2013-11-19 15:50:36 -0600 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-11-26 11:01:47 -0500 |
commit | 98367f46aab5401e4bc2daf318c9bb9110af463b (patch) | |
tree | 0c3a254488524d12e5ffba61407730c5a975b580 /meta-networking/recipes-protocols/quagga | |
parent | 936febdff7a937cd4ef21ea7e42a800c7b8d2a85 (diff) | |
download | meta-openembedded-98367f46aab5401e4bc2daf318c9bb9110af463b.tar.gz |
quagga: Fix watchquagga initscript problem.
Change the default config file for making watchquagga can startup successful
Signed-off-by: Bopeng Liu <Bopeng.Liu@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-protocols/quagga')
-rw-r--r-- | meta-networking/recipes-protocols/quagga/files/watchquagga.default | 9 |
1 files 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 53f6a8cf1..2d601ec97 100644 --- a/meta-networking/recipes-protocols/quagga/files/watchquagga.default +++ b/meta-networking/recipes-protocols/quagga/files/watchquagga.default | |||
@@ -2,6 +2,11 @@ | |||
2 | #watch_daemons="zebra bgpd ospfd ospf6d ripd ripngd" | 2 | #watch_daemons="zebra bgpd ospfd ospf6d ripd ripngd" |
3 | watch_daemons="zebra" | 3 | watch_daemons="zebra" |
4 | 4 | ||
5 | # To enable restarts, uncomment this line (but first be sure to edit | 5 | # To enable restarts when multiple daemons are being used, uncomment this line (but first be sure to edit |
6 | # the WATCH_DAEMONS line to reflect the daemons you are actually using): | 6 | # the WATCH_DAEMONS line to reflect the daemons you are actually using): |
7 | 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" | 7 | #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" |
8 | |||
9 | # Since we are using one quagga daemon for now, use the following line. If using | ||
10 | # multiple daemons, comment the line below and uncoment the line mentioned | ||
11 | # above. | ||
12 | watch_options="-z -b_ -r/etc/init.d/quagga_restart_%s" | ||