From: Bryan Evenson Date: Mon, 20 Apr 2015 15:07:37 +0000 (-0400) Subject: sysvinit: Add lastb to alternatives X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcc60929a098034793446ff852b23a61373fc08e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sysvinit: Add lastb to alternatives SysVinit creates lastb as a symlink to last during the build. Just as other applications may provide last, other applications may provide lastb. Add alternatives designations for lastb to avoid installation conflicts with other applications. (From OE-Core rev: c76270e55cf6db6c757690f4b8df8c95924bdcd7) Signed-off-by: Bryan Evenson Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb index 00d333323eb..2c7e3ce6c2c 100644 --- a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb +++ b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb @@ -29,7 +29,7 @@ B = "${S}/src" inherit update-alternatives DEPENDS_append = " update-rc.d-native base-passwd" -ALTERNATIVE_${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last mesg utmpdump wall" +ALTERNATIVE_${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdump wall" ALTERNATIVE_PRIORITY = "200"