aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-04-13 09:42:56 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-13 19:21:41 -0700
commitee3b2e19a6fdc63155699801056d884bd6d396dd (patch)
tree1e424295a6aec2b7969d53f50182ad4a5e43ae35 /meta-networking/recipes-protocols
parent748d2d0c7cfc44d99c657630bfa23aec00ce663b (diff)
downloadmeta-openembedded-ee3b2e19a6fdc63155699801056d884bd6d396dd.tar.gz
frr: install correct initscript
Install frrinit.sh as initscript rather than frr. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/frr/frr_8.2.2.bb2
1 files changed, 1 insertions, 1 deletions
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" \