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 3DB0E1387B1 for ; Thu, 23 Jan 2014 18:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2CF4E0BAE; Thu, 23 Jan 2014 18:04:21 +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 5F2DDE0BAE for ; Thu, 23 Jan 2014 18:04:21 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BF9E33F439 for ; Thu, 23 Jan 2014 18:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D7A4A183B3 for ; Thu, 23 Jan 2014 18:04:18 +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: <1390497525.2cc6ef723a7395993362f8015cd8aab6430301a9.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: FEATURE-REMOVAL-SCHEDULE X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2cc6ef723a7395993362f8015cd8aab6430301a9 X-VCS-Branch: master Date: Thu, 23 Jan 2014 18:04:18 +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: 00151cc8-56a3-4400-a483-147d2e2436d8 X-Archives-Hash: ba10c0ebdcbec347f048c53482e72f5e commit: 2cc6ef723a7395993362f8015cd8aab6430301a9 Author: William Hubbs gmail com> AuthorDate: Thu Jan 23 17:08:35 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 23 17:18:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=2cc6ef72 update feature removal schedule - Remove the netifrc related items since netifrc is now a separate package. - State that the features we are planning to remove will be removed in version 1.0. - Clarify the last entry; we are refering to start-stop-daemon options. --- FEATURE-REMOVAL-SCHEDULE | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE index 1803fda..57814d3 100644 --- a/FEATURE-REMOVAL-SCHEDULE +++ b/FEATURE-REMOVAL-SCHEDULE @@ -5,29 +5,9 @@ removed, it should also be removed from this file. --------------------------- -What: oldnet ADSL rp-pppoe mode - -When: undecided - -Why: Replaced by the oldnet PPP module - -Who: Robin H. Johnson - ---------------------------- - -What: oldnet /etc/conf.d/wireless - -When: undecided - -Why: All configuration moved to /etc/conf.d/net - -Who: Robin H. Johnson - ---------------------------- - What: Service pause action -When: Removed already, compatbility warning in place. +When: 1.0 Why: ... @@ -35,9 +15,9 @@ Who: --------------------------- -What: Service --startas, --chuid , --oknodo +What: start-stop-daemon options --startas, --chuid , --oknodo -When: undecided +When: 1.0 Why: Obsolete or replaced by other options. --startas => use --name or --exec @@ -47,3 +27,14 @@ Why: Obsolete or replaced by other options. Who: --------------------------- + +What: runscript and rc symbolic links + +When: 1.0 + +Why: Deprecated in favor of openrc-run and openrc due to naming + conflicts with other software. + +Who: + +---------------------------