From owner-freebsd-bugs Wed Jun 9 7:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FD7C14D73 for ; Wed, 9 Jun 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA39210; Wed, 9 Jun 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 9 Jun 1999 07:40:02 -0700 (PDT) Message-Id: <199906091440.HAA39210@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/11960: inetd built in wrapping doesn't log like tcpd does. Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11960; it has been noted by GNATS. From: Sheldon Hearn To: David Malone Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/11960: inetd built in wrapping doesn't log like tcpd does. Date: Wed, 09 Jun 1999 16:37:38 +0200 On Wed, 09 Jun 1999 15:07:12 +0100, David Malone wrote: > Two problems. First you reset deny_severity and allow_severity after > calling hosts_access and before calling syslog Um, I'm pretty sure you've misread the diff. > Second, with this method all connections are logged twice if you give -l, > once about line 541 and once after the tcp_wrapper stuff is done. I've only just tried it with -l now. :-) I notice that if I _don't_ specify a severity in hosts.allow, I don't receive _any_ message with a stock standard syslog.conf . When I specify severity auth.notice in syslog.conf, I only get _one_ message, the one generated in the LIBWRAP code at line 637. What's up? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message