summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-02-17 20:27:58 +0000
committerphk <phk@FreeBSD.org>2001-02-17 20:27:58 +0000
commit5136341131f7ada5386553c88ace07200a0e4100 (patch)
tree3525601de7c7051c79c36626789b0f3113a72223 /etc
parent94567e9b0d56d754d15642bf3af3fb3d6862d646 (diff)
downloadFreeBSD-src-5136341131f7ada5386553c88ace07200a0e4100.zip
FreeBSD-src-5136341131f7ada5386553c88ace07200a0e4100.tar.gz
Log the console output to "/var/log/console.log", not "/var/log/console"
(MFC candidate)
Diffstat (limited to 'etc')
-rw-r--r--etc/newsyslog.conf2
-rw-r--r--etc/syslog.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index 91ec96c..2879ff4 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -17,4 +17,4 @@
/var/log/daily.log 640 7 * @T00 Z
/var/log/weekly.log 640 5 1 $W6D0 Z
/var/log/monthly.log 640 12 * $M1D0 Z
-/var/log/console 640 5 100 * Z
+/var/log/console.log 640 5 100 * Z
diff --git a/etc/syslog.conf b/etc/syslog.conf
index 823fff5..425ab72 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -12,8 +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 log all writes to /dev/console to /var/log/console.log
+#console.info /var/log/console.log
# 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
OpenPOWER on IntegriCloud