From 8f842670864f64281c2613cb228cbfe074349706 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Tue, 5 Aug 2014 15:24:13 +0800 Subject: netcf: init script should be installed under /etc/init.d/ init script should be installed under /etc/init.d/, not /etc/rc.d/init.d Signed-off-by: Roy Li Signed-off-by: Martin Jansa --- meta-networking/recipes-support/netcf/netcf_git.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-networking/recipes-support/netcf') diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb index d6ca30fb65..979e45b607 100644 --- a/meta-networking/recipes-support/netcf/netcf_git.bb +++ b/meta-networking/recipes-support/netcf/netcf_git.bb @@ -25,3 +25,7 @@ do_configure_prepend() { ./bootstrap --gnulib-srcdir=${STAGING_DATADIR}/gnulib } +do_install_append() { + mv ${D}${sysconfdir}/rc.d/init.d/ ${D}${sysconfdir} + rm -rf ${D}${sysconfdir}/rc.d/ +} -- cgit v1.2.3-54-g00ecf