Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/18/1999 11:47:36
Module Name:	src
Committed By:	drochner
Date:		Mon Jan 18 19:47:36 UTC 1999

Modified Files:
	src/usr.sbin/portmap: portmap.c
Log Message:
fix the use of the libwrap methods:
-fromhost() doesn't work because the file descriptor isn't available
at this point, see PR bin/6813
-it needs some initialization for libwrap to grok the IP address and/or
host names in its rule files (see PR bin/6831 by Andreas Wrede
<andreas@planix.com>, the fix is different)
Needless to say that libwrap's interface sucks.