commit: e0e1f2a4da376d9d05487ec23922c1ca356cbbc6 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Sat Mar 15 03:18:25 2014 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Mar 15 03:18:25 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=e0e1f2a4
rc.conf: typo fix --- etc/rc.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 8abfd75..546c36e 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -73,7 +73,7 @@ #rc_crashed_stop=NO #rc_crashed_start=YES -# Set rc_nocolor to yes if you do not want colors displayed in OpenRc +# Set rc_nocolor to yes if you do not want colors displayed in OpenRC # output. #rc_nocolor=NO
