From ee3b2e19a6fdc63155699801056d884bd6d396dd Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 13 Apr 2022 09:42:56 +0800 Subject: frr: install correct initscript Install frrinit.sh as initscript rather than frr. Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/frr/frr_8.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-protocols') diff --git a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb index b1e2e55b52..91e306f08b 100644 --- a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb +++ b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb @@ -95,7 +95,7 @@ do_install:append:class-target () { if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then install -d ${D}${sysconfdir}/init.d - install -m 0755 ${B}/tools/frr ${D}${sysconfdir}/init.d + install -m 0755 ${B}/tools/frrinit.sh ${D}${sysconfdir}/init.d/frr install -d ${D}${sysconfdir}/default/volatiles echo "d frr frr 0755 ${localstatedir}/run/frr none" \ -- cgit v1.2.3-54-g00ecf