From: Richard Tollerton Date: Tue, 22 Mar 2016 14:49:03 +0000 (+0200) Subject: sysvinit: downgrade ALTERNATIVE_PRIORITY[mountpoint] X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c6b896e3b11283e2c313e6a2ac3497a99a13a0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sysvinit: downgrade ALTERNATIVE_PRIORITY[mountpoint] sysvinit is objectively less maintained than util-linux or busybox, each of which may supply its own mountpoint implementation. Adjust the ALTERNATIVE_PRIORITY to select the sysvinit implementation as the last resort. Signed-off-by: Richard Tollerton Signed-off-by: Ioan-Adrian Ratiu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb index e4aa4c37c0f..0f0df855645 100644 --- a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb +++ b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb @@ -39,6 +39,8 @@ ALTERNATIVE_LINK_NAME[init] = "${base_sbindir}/init" ALTERNATIVE_PRIORITY[init] = "50" ALTERNATIVE_LINK_NAME[mountpoint] = "${base_bindir}/mountpoint" +ALTERNATIVE_PRIORITY[mountpoint] = "20" + ALTERNATIVE_LINK_NAME[halt] = "${base_sbindir}/halt" ALTERNATIVE_LINK_NAME[reboot] = "${base_sbindir}/reboot" ALTERNATIVE_LINK_NAME[runlevel] = "${base_sbindir}/runlevel"