diff options
| author | 2001-08-23 13:27:52 +0000 | |
|---|---|---|
| committer | 2001-08-23 13:27:52 +0000 | |
| commit | 26eb2a13de1cffc3c7250ba5e682a4ffd6c35e93 (patch) | |
| tree | 973c1de02997e01b3307b44ed121b74af76157b2 | |
| parent | initialize the channel timeout earlier. (diff) | |
| download | wireguard-openbsd-26eb2a13de1cffc3c7250ba5e682a4ffd6c35e93.tar.xz wireguard-openbsd-26eb2a13de1cffc3c7250ba5e682a4ffd6c35e93.zip | |
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 |
