Subject: Question about recent libwrap changes
To: None <current-users@NetBSD.ORG>
From: Monroe Williams <monroe@pobox.com>
List: current-users
Date: 12/04/1996 12:38:29
Shouldn't the libwrap messages from 'inetd -l' be logged with facility
LOG_AUTHPRIV or LOG_AUTH instead of LOG_DAEMON?  This would make it much
easier for all of the authorization-related messaged to be collected in
one place by syslog.  

It looks like this could be done by changing the initialization of
allow_severity and deny_severity in inetd to include the preferred facility.
sendmail might also benefit from a similar change.

-- monroe