Log the console output to "/var/log/console.log", not "/var/log/console"

(MFC candidate)
This commit is contained in:
Poul-Henning Kamp 2001-02-17 20:27:58 +00:00
parent 310857ac13
commit 960cada9b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72580
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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