From 2cc6ef723a7395993362f8015cd8aab6430301a9 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 23 Jan 2014 11:08:35 -0600 Subject: [PATCH] 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 1803fdaa..57814d34 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: + +---------------------------