Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/
Date: Tue, 28 Nov 2017 23:31:29
Message-Id: 1511911839.4211391ca9a4a1cf4e7711a0b76f6d133e05b4b8.williamh@gentoo
1 commit: 4211391ca9a4a1cf4e7711a0b76f6d133e05b4b8
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 28 23:30:17 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 28 23:30:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4211391c
7
8 sys-apps/openrc: in the live ebuild, add cgroups to the sysinit runlevel
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 sys-apps/openrc/openrc-9999.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
16 index 15376774cd7..4e854c49356 100644
17 --- a/sys-apps/openrc/openrc-9999.ebuild
18 +++ b/sys-apps/openrc/openrc-9999.ebuild
19 @@ -248,6 +248,9 @@ EOF
20 ewarn "if you do not want this to happen."
21 fi
22 fi
23 +
24 + has_version ">=sys-apps/openrc-0.35" || add_boot_init cgroups sysinit
25 +
26 }
27
28 # >=OpenRC-0.11.3 requires udev-mount to be in the sysinit runlevel with udev.