commit: d0186d422c3bb75ac2977dfe7d1f8f97c3ce5c3b Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Sun Mar 9 20:35:41 2014 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sun Mar 9 20:37:38 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=d0186d42
rc.conf: document rc_nocolor setting --- etc/rc.conf.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/rc.conf.in b/etc/rc.conf.in index e90ad81..8abfd75 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -73,6 +73,10 @@ #rc_crashed_stop=NO #rc_crashed_start=YES +# Set rc_nocolor to yes if you do not want colors displayed in OpenRc +# output. +#rc_nocolor=NO + ############################################################################## # MISC CONFIGURATION VARIABLES # There variables are shared between many init scripts
