summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2015-04-25 01:18:57 +0000
committerWilliam Hubbs <williamh@gentoo.org>2015-04-25 01:18:57 +0000
commit9421bc9cbc0ca9299855f72dd3187744377d9797 (patch)
treee877f76f168cece8edb8f81f771f7f93bf845072 /sys-apps/openrc
parentAdd init.d script for rarpd #312623 by Weeve. (diff)
downloadgentoo-2-9421bc9cbc0ca9299855f72dd3187744377d9797.tar.gz
gentoo-2-9421bc9cbc0ca9299855f72dd3187744377d9797.tar.bz2
gentoo-2-9421bc9cbc0ca9299855f72dd3187744377d9797.zip
Add binfmt automatically to the boot runlevel when upgrading from <0.14
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r--sys-apps/openrc/ChangeLog5
-rw-r--r--sys-apps/openrc/openrc-9999.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog
index 6c241c7102f9..55091bd149c1 100644
--- a/sys-apps/openrc/ChangeLog
+++ b/sys-apps/openrc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.337 2015/04/22 23:01:27 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.338 2015/04/25 01:18:57 williamh Exp $
+
+ 25 Apr 2015; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ Add binfmt automatically to the boot runlevel when upgrading from <0.14
22 Apr 2015; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
Most upstream documentation is now in markdown, so adjust the ebuild to
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
index e9ace601db01..11b0638cba5b 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.144 2015/04/22 23:01:27 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.145 2015/04/25 01:18:57 williamh Exp $
EAPI=5
@@ -237,6 +237,7 @@ pkg_preinst() {
EOF
fi
fi
+ has_version ">=sys-apps/openrc-0.14" || add_boot_init binfmt
}
# >=OpenRC-0.11.3 requires udev-mount to be in the sysinit runlevel with udev.