diff options
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/quagga.init')
-rw-r--r-- | meta-networking/recipes-protocols/quagga/files/quagga.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/quagga.init b/meta-networking/recipes-protocols/quagga/files/quagga.init index 60b5ab01a1..df1beb7123 100644 --- a/meta-networking/recipes-protocols/quagga/files/quagga.init +++ b/meta-networking/recipes-protocols/quagga/files/quagga.init | |||
@@ -26,7 +26,7 @@ D_PATH=/usr/sbin | |||
26 | C_PATH=/etc/quagga | 26 | C_PATH=/etc/quagga |
27 | 27 | ||
28 | # Keep zebra first and do not list watchquagga! | 28 | # Keep zebra first and do not list watchquagga! |
29 | DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld" | 29 | DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd" |
30 | 30 | ||
31 | # Print the name of the pidfile. | 31 | # Print the name of the pidfile. |
32 | pidfile() | 32 | pidfile() |