2011-01-18 04:01:11 +05:30
|
|
|
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.
|
|
|
|
|
|
|
|
---------------------------
|
|
|
|
|
2011-01-18 07:11:29 +05:30
|
|
|
What: Service pause action
|
|
|
|
|
2014-01-23 22:38:35 +05:30
|
|
|
When: 1.0
|
2011-01-18 07:11:29 +05:30
|
|
|
|
|
|
|
Why: ...
|
|
|
|
|
2011-01-18 07:18:53 +05:30
|
|
|
Who:
|
2011-01-18 07:11:29 +05:30
|
|
|
|
|
|
|
---------------------------
|
|
|
|
|
2014-01-23 22:38:35 +05:30
|
|
|
What: start-stop-daemon options --startas, --chuid , --oknodo
|
2011-01-18 07:11:29 +05:30
|
|
|
|
2014-01-23 22:38:35 +05:30
|
|
|
When: 1.0
|
2011-01-18 07:11:29 +05:30
|
|
|
|
|
|
|
Why: Obsolete or replaced by other options.
|
|
|
|
--startas => use --name or --exec
|
|
|
|
--chuid => use --user
|
|
|
|
--oknodo => ignore return code instead
|
|
|
|
|
2011-01-18 07:18:53 +05:30
|
|
|
Who:
|
2011-01-18 07:11:29 +05:30
|
|
|
|
|
|
|
---------------------------
|
2014-01-23 22:38:35 +05:30
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
---------------------------
|
2014-07-01 17:44:31 +05:30
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
---------------------------
|