summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2010-11-01 13:57:22 -0500
committerWilliam Hubbs <williamh@gentoo.org>2010-11-01 13:57:22 -0500
commit39776d6fb72468fd3b2c11fc411894341a2db8aa (patch)
tree8a9d80a51ff5d75c7e8eb2dd640020346b730bbf
parent68c021c424bde935fca8f81f16811995de6ae448 (diff)
downloadopenrc-39776d6fb72468fd3b2c11fc411894341a2db8aa.tar.gz
openrc-39776d6fb72468fd3b2c11fc411894341a2db8aa.tar.bz2
openrc-39776d6fb72468fd3b2c11fc411894341a2db8aa.tar.xz
update documentation for rc_interactive
rc_interactive is automatically disabled if rc_parallel is set to YES. Update the documentation in rc.conf to reflect this. This fixes bug #327305.
-rw-r--r--etc/rc.conf.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 60e2952..200c4ce 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -11,7 +11,8 @@
# 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. This feature is automatically disabled if rc_parallel is
+# set to YES.
#rc_interactive="YES"
# If we need to drop to a shell, you can specify it here.