mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
748d2d0c7c
commit
ee3b2e19a6
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user