diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-18 01:41:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-18 01:41:29 +0000 |
commit | 9c5aa8a3f7f8a1bdb0f8a4682dccf2e5ef9cf1f5 (patch) | |
tree | ea6fd54c88dcbafb590ee383349afdd0c5c6cc7b | |
parent | 80853f5dbc3a42419ac359ee035ebc76de86d3b3 (diff) |
Document all deprecated code for future removal.
-rw-r--r-- | FEATURE-REMOVAL-SCHEDULE | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE index 451ca889..2ea81b14 100644 --- a/FEATURE-REMOVAL-SCHEDULE +++ b/FEATURE-REMOVAL-SCHEDULE @@ -26,3 +26,45 @@ Who: Robin H. Johnson <robbat2@gentoo.org> --------------------------- +What: oldnet ADSL rp-pppoe mode + +When: undecided + +Why: Replaced by the oldnet PPP module + +Who: Robin H. Johnson <robbat2@gentoo.org> + +--------------------------- + +What: oldnet /etc/conf.d/wireless + +When: undecided + +Why: All configuration moved to /etc/conf.d/net + +Who: Robin H. Johnson <robbat2@gentoo.org> + +--------------------------- + +What: Service pause action + +When: Removed already, compatbility warning in place. + +Why: ... + +Who: + +--------------------------- + +What: Service --startas, --chuid , --oknodo + +When: undecided + +Why: Obsolete or replaced by other options. + --startas => use --name or --exec + --chuid => use --user + --oknodo => ignore return code instead + +Who: + +--------------------------- |