diff options
author | 2000-06-20 03:37:49 +0000 | |
---|---|---|
committer | 2000-06-20 03:37:49 +0000 | |
commit | c716a65a008a273315f1f240b750f5aebbcafbf7 (patch) | |
tree | b531ba5a22dca7fbe7a4faedc61bd4ab7a59ff37 | |
parent | After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here; (diff) | |
download | wireguard-openbsd-c716a65a008a273315f1f240b750f5aebbcafbf7.tar.xz wireguard-openbsd-c716a65a008a273315f1f240b750f5aebbcafbf7.zip |
Don't log ipf info in /var/log/messages. Fixes PR 1171
Thanks cd@sentia.nl
-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 fa22aa1342b..8ec070adaac 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -1,8 +1,8 @@ -# $OpenBSD: syslog.conf,v 1.6 2000/04/02 21:39:42 millert Exp $ +# $OpenBSD: syslog.conf,v 1.7 2000/06/20 03:37:49 kjell 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 +*.notice;auth,authpriv,cron,local0,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 |