summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-11 12:06:37 +0000
committerRoy Marples <roy@marples.name>2007-07-11 12:06:37 +0000
commit356c41f77cb43eb274fea4fce6987ffcc6c03680 (patch)
treea6426bcd7e6527fd73a50bc40834ad8a2e286c44 /conf.d
parent35d860710a383767012b516d1eef5346dc49e6d9 (diff)
downloadopenrc-356c41f77cb43eb274fea4fce6987ffcc6c03680.tar.gz
openrc-356c41f77cb43eb274fea4fce6987ffcc6c03680.tar.bz2
openrc-356c41f77cb43eb274fea4fce6987ffcc6c03680.tar.xz
Punt the dodgy ebuffer code. We now force prefixing for parallel starts which also reduces our variable pollution.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/rc12
1 files changed, 3 insertions, 9 deletions
diff --git a/conf.d/rc b/conf.d/rc
index 9e3998c..b3480e9 100644
--- a/conf.d/rc
+++ b/conf.d/rc
@@ -1,16 +1,11 @@
# /etc/conf.d/rc: Global config file for the Gentoo RC System
# Set to "yes" if you want the rc system to try and start services
-# in parallel for a slight speed improvement.
+# in parallel for a slight speed improvement. When running in parallel we
+# prefix the service output with it's name as the output will get
+# jumbled up.
RC_PARALLEL="no"
-# If we're running in parallel then the output of each service is buffered
-# until the service finishes. This is so the output one service is not mixed
-# with the output of another service.
-# To avoid buffering can prefix each line of output to see the service which
-# it belongs to by setting the RC_PREFIX="yes".
-RC_PREFIX="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.
@@ -25,7 +20,6 @@ RC_VERBOSE="no"
# output.
RC_QUIET="no"
-
# Do we allow any started service in the runlevel to satisfy the depedency
# or do we want all of them regardless of state? For example, if net.eth0
# and net.eth0 are in the default runlevel then with RC_STRICT_DEPEND="no"