diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-05-16 18:00:18 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-16 18:00:18 -0400 |
commit | bb34ea886a872a7fcc07f1b6f8972a20718800e5 (patch) | |
tree | e64dfaa9076009754c8b0fb3a2b54f67eb262bdc | |
parent | fd48bc09fff09083b04b8cccad44092cceee9884 (diff) |
drop rc_sys funcs from removal schedule
The automagic detection isn't really problematic, and we allow people to
easily override this when detection isn't possible. On the other hand,
if people haven't configured rc_sys in their rc.conf, the lack of auto
detection can easily lead to an unbootable system.
Further, we're attempting to have a stable shared library ABI, which
dropping funcs from is not feasible.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | FEATURE-REMOVAL-SCHEDULE | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE index 50c81f8d..1803fdaa 100644 --- a/FEATURE-REMOVAL-SCHEDULE +++ b/FEATURE-REMOVAL-SCHEDULE @@ -5,27 +5,6 @@ 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 |