sysvinit: use update-rc.d to remove bootlogd symlinks
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
af4aefb2f1
commit
7e5c25fc70
|
|
@ -1,15 +1,9 @@
|
||||||
# Copyright (C) 2013 Digi International.
|
# Copyright (C) 2013-2014 Digi International.
|
||||||
|
|
||||||
# Remove 'bootlogd' bootscript and symlinks
|
|
||||||
# (synchronize with poky's sysvinit_2.88dsf.bb)
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
rm -f ${D}${sysconfdir}/init.d/stop-bootlogd
|
# Remove 'bootlogd' bootscript symlinks
|
||||||
rm -f ${D}${sysconfdir}/init.d/bootlogd
|
update-rc.d -f -r ${D} stop-bootlogd remove
|
||||||
rm -f ${D}${sysconfdir}/rc2.d/S99stop-bootlogd
|
update-rc.d -f -r ${D} bootlogd remove
|
||||||
rm -f ${D}${sysconfdir}/rc3.d/S99stop-bootlogd
|
|
||||||
rm -f ${D}${sysconfdir}/rc4.d/S99stop-bootlogd
|
|
||||||
rm -f ${D}${sysconfdir}/rc5.d/S99stop-bootlogd
|
|
||||||
rm -f ${D}${sysconfdir}/rcS.d/S07bootlogd
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_append_ccimx6adpt() {
|
do_install_append_ccimx6adpt() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue