commit: 935252b1152b4086ccbe76ace21e677d7ac8a357
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Tue Dec 8 19:11:41 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Dec 8 19:11:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=935252b1
Add note about removing rc_sys() from librc
FEATURE-REMOVAL-SCHEDULE.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/FEATURE-REMOVAL-SCHEDULE.md b/FEATURE-REMOVAL-SCHEDULE.md
index 57e8a5a..54d5597 100644
--- a/FEATURE-REMOVAL-SCHEDULE.md
+++ b/FEATURE-REMOVAL-SCHEDULE.md
@@ -60,3 +60,14 @@ Why: /etc/mtab should be a symbolic link to
/proc/self/mounts on modern
Linux systems
Who:
+
+## the rc_sys librc api function
+
+When: 1.0
+
+Why: The OpenRC code now uses two internal functions, detect_container()
+ and detect_vm() to handle this. rc_sys() is broken because it
+ doesn't differentiate between containers and vm's.
+
+Who:
+