aboutsummaryrefslogtreecommitdiff
path: root/FEATURE-REMOVAL-SCHEDULE.md
blob: 7ba0818e1cc6cae2f90463139c87c6eadba9c754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# 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: force /etc/mtab to link to /proc/self/mounts in 1.0, remove
	  service in 2.0

Why: /etc/mtab should be a symbolic link to /proc/self/mounts on modern
	 Linux systems

Who:

## the rc_getline librc api function

When: 1.0

Why: The getline() function was standardized in POSIX.1-2008, so it
	 should be available on POSIX systems.

Who:

## the rc_sys librc api function

When: 1.0

Why: The OpenRC code now uses two internal functions, detect_container()
	 and detect_vm() to handle this. rc_sys() is broken because it
	 doesn't differentiate between containers and vm's.

Who: