diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2001-08-23 13:27:53 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2001-08-23 13:27:53 +0000 |
commit | 9f9798095ac2332d9f15d6752114d1cff670ea9e (patch) | |
tree | 982e593c7f42ab8dfd3ea8cdfe4e6ad153341bc5 | |
parent | 9bdb92667c780c2c34eaa23535f11bb177e7f554 (diff) |
daemon.none is wrong
-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 9a4dea56d4d..bd4c3685169 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -1,8 +1,8 @@ -# $OpenBSD: syslog.conf,v 1.11 2001/08/23 05:08:40 camield Exp $ +# $OpenBSD: syslog.conf,v 1.12 2001/08/23 13:27:52 camield Exp $ # *.err;kern.debug;auth.notice;authpriv.none;mail.crit /dev/console -*.notice;auth,authpriv,cron,daemon,ftp,kern,lpr,mail,user.none /var/log/messages +*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none /var/log/messages kern.debug,user.info,syslog.info /var/log/messages auth.info /var/log/authlog authpriv.debug /var/log/secure |