diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-26 18:24:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-26 18:24:26 +0000 |
commit | 4f9fcb154a376ff3a45e25e89b698ee891fd8402 (patch) | |
tree | 691cd60f66a231459079ea950e2a17f8f2e1ef60 | |
parent | 138be56b4cb60252fc1f487b0ec6df1c45548d8a (diff) |
use ; to separate selectors;
ok millert@
-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 bd4c3685169..dcf52252260 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -1,9 +1,9 @@ -# $OpenBSD: syslog.conf,v 1.12 2001/08/23 13:27:52 camield Exp $ +# $OpenBSD: syslog.conf,v 1.13 2003/06/26 18:24:25 jmc Exp $ # *.err;kern.debug;auth.notice;authpriv.none;mail.crit /dev/console *.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none /var/log/messages -kern.debug,user.info,syslog.info /var/log/messages +kern.debug;user.info;syslog.info /var/log/messages auth.info /var/log/authlog authpriv.debug /var/log/secure cron.info /var/cron/log |