Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: /
Date: Tue, 08 Dec 2015 19:12:23
Message-Id: 1449601901.935252b1152b4086ccbe76ace21e677d7ac8a357.williamh@OpenRC
1 commit: 935252b1152b4086ccbe76ace21e677d7ac8a357
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 8 19:11:41 2015 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 8 19:11:41 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=935252b1
7
8 Add note about removing rc_sys() from librc
9
10 FEATURE-REMOVAL-SCHEDULE.md | 11 +++++++++++
11 1 file changed, 11 insertions(+)
12
13 diff --git a/FEATURE-REMOVAL-SCHEDULE.md b/FEATURE-REMOVAL-SCHEDULE.md
14 index 57e8a5a..54d5597 100644
15 --- a/FEATURE-REMOVAL-SCHEDULE.md
16 +++ b/FEATURE-REMOVAL-SCHEDULE.md
17 @@ -60,3 +60,14 @@ Why: /etc/mtab should be a symbolic link to /proc/self/mounts on modern
18 Linux systems
19
20 Who:
21 +
22 +## the rc_sys librc api function
23 +
24 +When: 1.0
25 +
26 +Why: The OpenRC code now uses two internal functions, detect_container()
27 + and detect_vm() to handle this. rc_sys() is broken because it
28 + doesn't differentiate between containers and vm's.
29 +
30 +Who:
31 +