diff options
author | nate <nate@FreeBSD.org> | 1998-10-14 21:59:55 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1998-10-14 21:59:55 +0000 |
commit | de554c5295ae827c82628df59b62f449d6840cff (patch) | |
tree | 485830350c165c56ca5d628167222895c7cb3028 /etc | |
parent | 6149411f1dbe0a6702a2fd2ba02aeab5b8b7f5e1 (diff) | |
download | FreeBSD-src-de554c5295ae827c82628df59b62f449d6840cff.zip FreeBSD-src-de554c5295ae827c82628df59b62f449d6840cff.tar.gz |
- Add a couple comment lines to note that spaces are not allowed as
field separators.
PR: conf/8162
Submitted by: Sheldon Hearn <sheldonh@axl.training.iafrica.com>
Diffstat (limited to 'etc')
-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 |