From 5136341131f7ada5386553c88ace07200a0e4100 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 17 Feb 2001 20:27:58 +0000 Subject: Log the console output to "/var/log/console.log", not "/var/log/console" (MFC candidate) --- etc/newsyslog.conf | 2 +- etc/syslog.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') 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 -- cgit v1.1