commit: dd61e6bfc3fc1da011b01f4f6cf3e45e26c59dc1 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Thu Dec 15 23:52:34 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Dec 15 23:52:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=dd61e6bf
rc.conf: fix the commented default setting for rc_logger X-Gentoo-Bug: 601480 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=601480 etc/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.conf b/etc/rc.conf index 12362f0..028ceab 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -48,7 +48,7 @@ # /var/log/rc.log # NOTE: Linux systems require the devfs service to be started before # logging can take place and as such cannot log the sysinit runlevel. -#rc_logger="YES" +#rc_logger="NO" # Through rc_log_path you can specify a custom log file. # The default value is: /var/log/rc.log
