diff options
-rw-r--r-- | etc/syslog.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf index 729fa70..f6c1170 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -1,5 +1,7 @@ -# $Id:$ +# $Id: syslog.conf,v 1.8 1998/09/02 01:34:56 brian Exp $ # +# Spaces are NOT valid field separators in this file. +# Consult the syslog.conf(5) manpage. *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages mail.info /var/log/maillog |