diff options
author | phk <phk@FreeBSD.org> | 2000-12-20 22:26:33 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-12-20 22:26:33 +0000 |
commit | 932e6061e717d0f8dfb16dc987042a473dff9ebc (patch) | |
tree | 5afa01dd7fc2bd5fdaaab57eda9658112b6b238e /etc | |
parent | bfa5821075613f91d269e9064694fa03e0b1eb05 (diff) | |
download | FreeBSD-src-932e6061e717d0f8dfb16dc987042a473dff9ebc.zip FreeBSD-src-932e6061e717d0f8dfb16dc987042a473dff9ebc.tar.gz |
Add commented out entry showing use of console.info feature.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/syslog.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf index 54a2876..823fff5 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -12,6 +12,8 @@ cron.* /var/log/cron *.notice;news.err root *.alert root *.emerg * +# uncomment this to log all writes to /dev/console to /var/log/console +#console.info /var/log/console # uncomment this to enable logging of all log messages to /var/log/all.log #*.* /var/log/all.log # uncomment this to enable logging to a remote loghost named loghost |