diff options
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/quagga/quagga.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index dc5f01727..ae08a2d32 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc | |||
@@ -88,7 +88,7 @@ do_install () { | |||
88 | done | 88 | done |
89 | 89 | ||
90 | for f in bgpd vtysh isisd ospfd ripngd zebra ripd ospf6d; do | 90 | for f in bgpd vtysh isisd ospfd ripngd zebra ripd ospf6d; do |
91 | touch ${D}${sysconfdir}/quagga/$f.conf | 91 | touch ${D}${sysconfdir}/quagga/$f.conf |
92 | done | 92 | done |
93 | chown quagga:quaggavty ${D}${sysconfdir}/quagga | 93 | chown quagga:quaggavty ${D}${sysconfdir}/quagga |
94 | chown quagga:quagga ${D}${sysconfdir}/quagga/*.conf | 94 | chown quagga:quagga ${D}${sysconfdir}/quagga/*.conf |