Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: /
Date: Thu, 23 Jan 2014 18:04:23
Message-Id: 1390497525.2cc6ef723a7395993362f8015cd8aab6430301a9.williamh@OpenRC
1 commit: 2cc6ef723a7395993362f8015cd8aab6430301a9
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 23 17:08:35 2014 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 23 17:18:45 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=2cc6ef72
7
8 update feature removal schedule
9
10 - Remove the netifrc related items since netifrc is now a separate
11 package.
12
13 - State that the features we are planning to remove will be removed
14 in version 1.0.
15
16 - Clarify the last entry; we are refering to start-stop-daemon options.
17
18 ---
19 FEATURE-REMOVAL-SCHEDULE | 37 ++++++++++++++-----------------------
20 1 file changed, 14 insertions(+), 23 deletions(-)
21
22 diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE
23 index 1803fda..57814d3 100644
24 --- a/FEATURE-REMOVAL-SCHEDULE
25 +++ b/FEATURE-REMOVAL-SCHEDULE
26 @@ -5,29 +5,9 @@ removed, it should also be removed from this file.
27
28 ---------------------------
29
30 -What: oldnet ADSL rp-pppoe mode
31 -
32 -When: undecided
33 -
34 -Why: Replaced by the oldnet PPP module
35 -
36 -Who: Robin H. Johnson <robbat2@g.o>
37 -
38 ----------------------------
39 -
40 -What: oldnet /etc/conf.d/wireless
41 -
42 -When: undecided
43 -
44 -Why: All configuration moved to /etc/conf.d/net
45 -
46 -Who: Robin H. Johnson <robbat2@g.o>
47 -
48 ----------------------------
49 -
50 What: Service pause action
51
52 -When: Removed already, compatbility warning in place.
53 +When: 1.0
54
55 Why: ...
56
57 @@ -35,9 +15,9 @@ Who:
58
59 ---------------------------
60
61 -What: Service --startas, --chuid , --oknodo
62 +What: start-stop-daemon options --startas, --chuid , --oknodo
63
64 -When: undecided
65 +When: 1.0
66
67 Why: Obsolete or replaced by other options.
68 --startas => use --name or --exec
69 @@ -47,3 +27,14 @@ Why: Obsolete or replaced by other options.
70 Who:
71
72 ---------------------------
73 +
74 +What: runscript and rc symbolic links
75 +
76 +When: 1.0
77 +
78 +Why: Deprecated in favor of openrc-run and openrc due to naming
79 + conflicts with other software.
80 +
81 +Who:
82 +
83 +---------------------------