summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-11-26 17:33:10 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-11-26 17:33:10 -0600
commit695f3886fb2d255e64387ce780be3c1cbc170fa9 (patch)
tree19e5b1062c38f7a96f598496c22e588a4e3e634d
parentd8e739e19af48c2dab884d61ecd22e8a54e23883 (diff)
downloadopenrc-695f3886fb2d255e64387ce780be3c1cbc170fa9.tar.gz
openrc-695f3886fb2d255e64387ce780be3c1cbc170fa9.tar.bz2
openrc-695f3886fb2d255e64387ce780be3c1cbc170fa9.tar.xz
Remove rc_parallel from rc.conf
rc_parallel has never been considered a stable feature of openrc. To that end, I am removing the documentation for this feature from rc.conf. It is still available, but bugs against it are not considered stable blockers, and it should only be used currently by developers and users who are willing to test the feature. X-Gentoo-Bug: 391945 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=391945
-rw-r--r--etc/rc.conf.in12
1 files changed, 1 insertions, 11 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 2dad333..9b1daa8 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -1,18 +1,8 @@
# Global OpenRC configuration settings
-# Set to "YES" if you want the rc system to try and start services
-# in parallel for a slight speed improvement. When running in parallel we
-# prefix the service output with its name as the output will get
-# jumbled up.
-# WARNING: whilst we have improved parallel, it can still potentially lock
-# the boot process. Don't file bugs about this unless you can supply
-# patches that fix it without breaking other things!
-#rc_parallel="NO"
-
# Set rc_interactive to "YES" and you'll be able to press the I key during
# boot so you can choose to start specific services. Set to "NO" to disable
-# this feature. This feature is automatically disabled if rc_parallel is
-# set to YES.
+# this feature.
#rc_interactive="YES"
# If we need to drop to a shell, you can specify it here.