diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-03-09 15:35:41 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-03-09 15:37:38 -0500 |
commit | d0186d422c3bb75ac2977dfe7d1f8f97c3ce5c3b (patch) | |
tree | 8b35b83994cbeeb1c5f64c96bf18b115406c7ad3 /etc | |
parent | 4ee8e90ffed3ab9f9627f7bbaa48f514fd520f2a (diff) |
rc.conf: document rc_nocolor setting
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index e90ad811..8abfd75c 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 |