From 935252b1152b4086ccbe76ace21e677d7ac8a357 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 8 Dec 2015 13:11:41 -0600 Subject: [PATCH] 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 57e8a5a6..54d55979 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: +