diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-12-15 17:52:34 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-12-15 17:52:34 -0600 |
commit | dd61e6bfc3fc1da011b01f4f6cf3e45e26c59dc1 (patch) | |
tree | 717473ab872902085fc5a494b76bd644b8033d6b /etc/rc.conf | |
parent | 204971c6e2ea1e37fa037e09bff02eea3a07f843 (diff) |
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
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 12362f07..028ceab4 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 |