From 649f63d882d53533ae8b1c3b28967e772e738c45 Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Sun, 17 Jan 2016 21:43:46 -0800 Subject: librc: move system detection code into rc_sys and use it This fixes an issue where librc code was calling code that only existed in the rc binary. This reverts commits 8addd79 and 9f6e056 This fixes #75. --- FEATURE-REMOVAL-SCHEDULE.md | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'FEATURE-REMOVAL-SCHEDULE.md') diff --git a/FEATURE-REMOVAL-SCHEDULE.md b/FEATURE-REMOVAL-SCHEDULE.md index 8d07cd46..d66f94fa 100644 --- a/FEATURE-REMOVAL-SCHEDULE.md +++ b/FEATURE-REMOVAL-SCHEDULE.md @@ -76,13 +76,3 @@ Why: The getline() function was standardized in POSIX.1-2008, so it Who: -### rc_sys() - -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: - -- cgit v1.2.3