From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 07E451384B4 for ; Tue, 8 Dec 2015 19:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FCCB21C074; Tue, 8 Dec 2015 19:12:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5FAD21C074 for ; Tue, 8 Dec 2015 19:12:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D675634085B for ; Tue, 8 Dec 2015 19:12:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E623CB1 for ; Tue, 8 Dec 2015 19:12:16 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1449601901.935252b1152b4086ccbe76ace21e677d7ac8a357.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: FEATURE-REMOVAL-SCHEDULE.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 935252b1152b4086ccbe76ace21e677d7ac8a357 X-VCS-Branch: master Date: Tue, 8 Dec 2015 19:12:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 15baac5a-f238-415b-9d90-b9c78642cd80 X-Archives-Hash: e150f09575994528b2866b83efe3887b commit: 935252b1152b4086ccbe76ace21e677d7ac8a357 Author: William Hubbs gmail com> AuthorDate: Tue Dec 8 19:11:41 2015 +0000 Commit: William Hubbs gentoo 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: +