diff options
author | William Hubbs <williamh@gentoo.org> | 2018-11-07 16:54:26 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2018-11-07 16:55:49 -0600 |
commit | af1ea1118e1f295848ccac7180757ed3e7b1c53c (patch) | |
tree | b0ade27c2d58ca47db8a0501d9ba73f91912193a /sys-apps/openrc/openrc-9999.ebuild | |
parent | app-crypt/veracrypt: bump to 1.23 (diff) | |
download | gentoo-af1ea1118e1f295848ccac7180757ed3e7b1c53c.tar.gz gentoo-af1ea1118e1f295848ccac7180757ed3e7b1c53c.tar.bz2 gentoo-af1ea1118e1f295848ccac7180757ed3e7b1c53c.zip |
sys-apps/openrc: add new 0.40 services to boot runlevel
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-apps/openrc/openrc-9999.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 7babd0045d3b..03c55deff415 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -250,6 +250,10 @@ EOF has_version ">=sys-apps/openrc-0.35" || add_boot_init cgroups sysinit + if ! has_version ">=sys-apps/openrc-0.40"; then + add_boot_init save-keymaps + add_boot_init save-termencoding + fi } # >=OpenRC-0.11.3 requires udev-mount to be in the sysinit runlevel with udev. |