Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: etc/
Date: Sat, 26 Nov 2011 23:47:10
Message-Id: 695f3886fb2d255e64387ce780be3c1cbc170fa9.WilliamH@gentoo
1 commit: 695f3886fb2d255e64387ce780be3c1cbc170fa9
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 23:33:10 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 23:33:10 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=695f3886
7
8 Remove rc_parallel from rc.conf
9
10 rc_parallel has never been considered a stable feature of openrc. To
11 that end, I am removing the documentation for this feature from
12 rc.conf.
13
14 It is still available, but bugs against it are not considered stable
15 blockers, and it should only be used currently by developers and users
16 who are willing to test the feature.
17
18 X-Gentoo-Bug: 391945
19 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=391945
20
21 ---
22 etc/rc.conf.in | 12 +-----------
23 1 files changed, 1 insertions(+), 11 deletions(-)
24
25 diff --git a/etc/rc.conf.in b/etc/rc.conf.in
26 index 2dad333..9b1daa8 100644
27 --- a/etc/rc.conf.in
28 +++ b/etc/rc.conf.in
29 @@ -1,18 +1,8 @@
30 # Global OpenRC configuration settings
31
32 -# Set to "YES" if you want the rc system to try and start services
33 -# in parallel for a slight speed improvement. When running in parallel we
34 -# prefix the service output with its name as the output will get
35 -# jumbled up.
36 -# WARNING: whilst we have improved parallel, it can still potentially lock
37 -# the boot process. Don't file bugs about this unless you can supply
38 -# patches that fix it without breaking other things!
39 -#rc_parallel="NO"
40 -
41 # Set rc_interactive to "YES" and you'll be able to press the I key during
42 # boot so you can choose to start specific services. Set to "NO" to disable
43 -# this feature. This feature is automatically disabled if rc_parallel is
44 -# set to YES.
45 +# this feature.
46 #rc_interactive="YES"
47
48 # If we need to drop to a shell, you can specify it here.