summaryrefslogtreecommitdiff
path: root/FEATURE-REMOVAL-SCHEDULE
blob: 50c81f8db9ab89a80e1424f8fc3092c1b5bde24d (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
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: rc_sys automatic detection code
      - Functions for removal: rc_sys_v1, rc_sys_v2

When: 2011/03/01

Why: The original automatic sub-system detection is flawed in that it cannot
	 safely detect some variables (Using cgroups confused it to think you were
	 using LXC, and Prefix cannot be detect by definition). Also, almost all of
	 the detection requires that /proc is available and readable. During early
	 boot, /proc may not be mounted yet, leading to mis-detection. The readable
	 condition can also fail under some hardened kernels when running as an
	 unprivileged user.

	 The new rc_sys_v2 function uses the rc_sys variable from rc.conf. After
	 the removal, the contents of the rc_sys_v2 function will move into the
	 rc_sys function.

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:

---------------------------