From: William Hubbs Date: Wed, 7 Nov 2018 22:54:26 +0000 (-0600) Subject: sys-apps/openrc: add new 0.40 services to boot runlevel X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af1ea1118e1f295848ccac7180757ed3e7b1c53c;p=gentoo.git 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 --- 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.