From 1c2f7bf607ee7e24dca0a2710cef9e9b24e819f7 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 22 Apr 2015 17:42:38 -0500 Subject: Convert feature removal schedule to markdown --- FEATURE-REMOVAL-SCHEDULE | 72 --------------------------------------------- FEATURE-REMOVAL-SCHEDULE.md | 61 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 72 deletions(-) delete mode 100644 FEATURE-REMOVAL-SCHEDULE create mode 100644 FEATURE-REMOVAL-SCHEDULE.md diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE deleted file mode 100644 index 344711f4..00000000 --- a/FEATURE-REMOVAL-SCHEDULE +++ /dev/null @@ -1,72 +0,0 @@ -The following is a list of files and features that are going to be removed in -the source tree. Every entry should contain what exactly is going away, why it -is happening, and who is going to be doing the work. When the feature is -removed, it should also be removed from this file. - ---------------------------- - -What: Service pause action - -When: 1.0 - -Why: ... - -Who: - ---------------------------- - -What: start-stop-daemon options --startas, --chuid , --oknodo - -When: 1.0 - -Why: Obsolete or replaced by other options. - --startas => use --name or --exec - --chuid => use --user - --oknodo => ignore return code instead - -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: - ---------------------------- - -What: support for the opts variable in service scripts - -When: 1.0 - -Why: Depprecated in favor of extra_commands, extra_started_commands - and extra_stopped_commands. - -Who: - ---------------------------- - -What: support for local_start and local_stop - -When: 1.0 - -Why: Depprecated in favor of executable scripts in @SYSCONFDIR@/local.d - -Who: - ---------------------------- - -What: the mtab service script - -When: make warnings more visible in 1.0, remove in 2.0 - -Why: /etc/mtab should be a symbolic link to /proc/self/mounts on modern - Linux systems - -Who: - ---------------------------- diff --git a/FEATURE-REMOVAL-SCHEDULE.md b/FEATURE-REMOVAL-SCHEDULE.md new file mode 100644 index 00000000..a1b19abf --- /dev/null +++ b/FEATURE-REMOVAL-SCHEDULE.md @@ -0,0 +1,61 @@ +# Features Scheduled for Removal + +The following is a list of files and features that are going to be removed in +the source tree. Every entry should contain what exactly is going away, why it +is happening, and who is going to be doing the work. When the feature is +removed, it should also be removed from this file. + +## Service pause action + +When: 1.0 + +Why: The same affect can be obtained with the --nodeps option to stop. + +Who: + +## start-stop-daemon options --startas, --chuid , --oknodo + +When: 1.0 + +Why: Obsolete or replaced by other options. + +* --startas => use --name or --exec +* --chuid => use --user +* --oknodo => ignore return code instead + +Who: + +## 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: + +## support for the opts variable in service scripts + +When: 1.0 + +Why: Depprecated in favor of extra_commands, extra_started_commands + and extra_stopped_commands. + +Who: + +## support for local_start and local_stop + +When: 1.0 + +Why: Depprecated in favor of executable scripts in @SYSCONFDIR@/local.d + +Who: + +## the mtab service script + +When: make warnings more visible in 1.0, remove in 2.0 + +Why: /etc/mtab should be a symbolic link to /proc/self/mounts on modern + Linux systems + +Who: -- cgit v1.2.3