diff options
author | David Krause <david@cvs.openbsd.org> | 2005-05-25 07:35:39 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-05-25 07:35:39 +0000 |
commit | dddc74b20f5c57dc55e2d67c27ee9a237c8021f3 (patch) | |
tree | 9051ec5649506c6f889061e1f2365fac26906555 /etc/syslog.conf | |
parent | 83c0e6d71dc3753f1eba9513c6f3ffae7fcf3f25 (diff) |
whitespace
Diffstat (limited to 'etc/syslog.conf')
-rw-r--r-- | etc/syslog.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf index 046b687f678..ab285102add 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -1,4 +1,4 @@ -# $OpenBSD: syslog.conf,v 1.16 2005/05/24 15:32:21 camield Exp $ +# $OpenBSD: syslog.conf,v 1.17 2005/05/25 07:35:38 david Exp $ # *.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none /var/log/messages @@ -13,7 +13,7 @@ mail.info /var/log/maillog #uucp.info /var/log/uucp # Uncomment this line to send "important" messages to the system -# console: be aware that this could create lots of output. +# console: be aware that this could create lots of output. #*.err;auth.notice;authpriv.none;kern.debug;mail.crit /dev/console # Uncomment this to have all messages of notice level and higher |