diff options
author | William Hubbs <williamh@gentoo.org> | 2010-11-01 13:57:22 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2010-11-01 13:57:22 -0500 |
commit | 39776d6fb72468fd3b2c11fc411894341a2db8aa (patch) | |
tree | 8a9d80a51ff5d75c7e8eb2dd640020346b730bbf | |
parent | 68c021c424bde935fca8f81f16811995de6ae448 (diff) |
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.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 60e2952a..200c4ce0 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. |