[oe-commits] [openembedded-core] 19/39: sysvinit: downgrade ALTERNATIVE_PRIORITY[mountpoint]

git at git.openembedded.org git at git.openembedded.org
Thu Mar 24 21:45:24 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 92c6b896e3b11283e2c313e6a2ac3497a99a13a0
Author: Richard Tollerton <rich.tollerton at ni.com>
AuthorDate: Tue Mar 22 16:49:03 2016 +0200

    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 <rich.tollerton at ni.com>
    Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu at ni.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
index e4aa4c3..0f0df85 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list