From ae8e7dbe9641dbc69c34bcede416f0d91612d3f1 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 4 Mar 2009 15:24:58 -0500 Subject: Converted good_client() to correctly use the tcp wrapper interface and added a note to the mountd man page saying hostnames will be ignored when they can not be looked up. Signed-off-by: Steve Dickson --- utils/mountd/mountd.man | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man index 2f42d00..bfa06e0 100644 --- a/utils/mountd/mountd.man +++ b/utils/mountd/mountd.man @@ -181,13 +181,15 @@ mountd: .bar.com You have to use the daemon name .B mountd for the daemon name (even if the binary has a different name). +.B Note: +hostnames used in either access file will be ignored when +they can not be resolved into IP addresses. For further information please have a look at the .BR tcpd (8) and .BR hosts_access (5) manual pages. - .SH SEE ALSO .BR rpc.nfsd (8), .BR exportfs (8), -- cgit