2018-01-13 04:10:42 +08:00
|
|
|
Features Scheduled for Removal
|
|
|
|
==============================
|
2015-04-23 06:42:38 +08:00
|
|
|
|
2011-01-18 06:31:11 +08:00
|
|
|
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.
|
|
|
|
|
2018-01-13 04:10:42 +08:00
|
|
|
# Service pause action
|
2011-01-18 09:41:29 +08:00
|
|
|
|
2014-01-24 01:08:35 +08:00
|
|
|
When: 1.0
|
2011-01-18 09:41:29 +08:00
|
|
|
|
2015-04-23 06:42:38 +08:00
|
|
|
Why: The same affect can be obtained with the --nodeps option to stop.
|
2011-01-18 09:41:29 +08:00
|
|
|
|
2011-01-18 09:48:53 +08:00
|
|
|
Who:
|
2011-01-18 09:41:29 +08:00
|
|
|
|
2018-01-13 04:10:42 +08:00
|
|
|
# start-stop-daemon options --startas, --chuid , --oknodo
|
2011-01-18 09:41:29 +08:00
|
|
|
|
2014-01-24 01:08:35 +08:00
|
|
|
When: 1.0
|
2011-01-18 09:41:29 +08:00
|
|
|
|
|
|
|
Why: Obsolete or replaced by other options.
|
|
|
|
|
2015-04-23 06:42:38 +08:00
|
|
|
* --startas => use --name or --exec
|
|
|
|
* --chuid => use --user
|
|
|
|
* --oknodo => ignore return code instead
|
2011-01-18 09:41:29 +08:00
|
|
|
|
2015-04-23 06:42:38 +08:00
|
|
|
Who:
|
2014-01-24 01:08:35 +08:00
|
|
|
|
2018-01-13 04:10:42 +08:00
|
|
|
# support for the opts variable in service scripts
|
2014-07-01 20:14:31 +08:00
|
|
|
|
|
|
|
When: 1.0
|
|
|
|
|
2015-12-04 05:03:13 +08:00
|
|
|
Why: Deprecated in favor of extra_commands, extra_started_commands
|
2014-07-01 20:14:31 +08:00
|
|
|
and extra_stopped_commands.
|
|
|
|
|
|
|
|
Who:
|
|
|
|
|
2018-01-13 04:10:42 +08:00
|
|
|
# support for local_start and local_stop
|
2014-07-10 22:04:04 +08:00
|
|
|
|
|
|
|
When: 1.0
|
|
|
|
|
2015-12-04 05:03:13 +08:00
|
|
|
Why: Deprecated in favor of executable scripts in @SYSCONFDIR@/local.d
|
2014-07-10 22:04:04 +08:00
|
|
|
|
|
|
|
Who:
|
|
|
|
|
2018-01-13 04:10:42 +08:00
|
|
|
# the mtab service script
|
2014-08-15 02:50:48 +08:00
|
|
|
|
2015-12-09 03:02:21 +08:00
|
|
|
When: force /etc/mtab to link to /proc/self/mounts in 1.0, remove
|
|
|
|
service in 2.0
|
2014-08-15 02:50:48 +08:00
|
|
|
|
|
|
|
Why: /etc/mtab should be a symbolic link to /proc/self/mounts on modern
|
|
|
|
Linux systems
|
|
|
|
|
|
|
|
Who:
|
2015-12-09 03:11:41 +08:00
|
|
|
|
2018-01-13 04:10:42 +08:00
|
|
|
# C API Functions in rc.h
|
2015-12-12 06:46:02 +08:00
|
|
|
|
|
|
|
If you have a c program that links to librc and uses functions from
|
|
|
|
there, this section will list API functions which are deprecated and
|
|
|
|
will be removed along with the reason they are being removed.
|