summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/quagga/files/quagga.init
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/quagga.init')
-rw-r--r--meta-networking/recipes-protocols/quagga/files/quagga.init2
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
26C_PATH=/etc/quagga 26C_PATH=/etc/quagga
27 27
28# Keep zebra first and do not list watchquagga! 28# Keep zebra first and do not list watchquagga!
29DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld" 29DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd"
30 30
31# Print the name of the pidfile. 31# Print the name of the pidfile.
32pidfile() 32pidfile()