diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-10 19:04:46 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-10 19:04:46 +0000 |
commit | 2e649a8073284c7b41607ff80c71c3c76e193a2a (patch) | |
tree | 5805b00a7b4c7a72eba0f7c97873c6bd48765c52 /sysvinit/sysvinit_2.85.oe | |
parent | ef2a0dc9d1771cee259c9e5ce9d8dc40e9a68cbd (diff) |
Pack of changes to get task-bootstrap works better.
BKrev: 409fd24ePJ42qABkdpYI28oHVuIMmg
Diffstat (limited to 'sysvinit/sysvinit_2.85.oe')
-rw-r--r-- | sysvinit/sysvinit_2.85.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe index 182a93a3dd..9bc93f0463 100644 --- a/sysvinit/sysvinit_2.85.oe +++ b/sysvinit/sysvinit_2.85.oe @@ -5,7 +5,7 @@ DESCRIPTION = "System-V like init.\ job is to start other programs that are essential to the operation of\ your system. All processes are descended from init. For more information,\ see the manual page init(8)." -PACKAGES = "sysvinit sysv-rc" +PACKAGES = "sysvinit" FILES_${PN} = "/sbin ${bindir} ${sysconfdir}" FILES_sysv-rc = "${sbindir}" @@ -48,7 +48,6 @@ do_install () { install -m 0644 ${FILESDIR}/rcS-default ${D}/etc/default/rcS install -m 0755 ${FILESDIR}/rc ${D}/etc/init.d install -m 0755 ${FILESDIR}/rcS ${D}/etc/init.d - install -m 0755 ${WORKDIR}/update-rc.d/update-rc.d ${D}/${sbindir}/ } do_stage () { |