Blame SOURCES/nfs-utils-2.3.3-man-tcpwrappers.patch

b91b93
diff -up nfs-utils-2.3.3/utils/mountd/mountd.man.orig nfs-utils-2.3.3/utils/mountd/mountd.man
b91b93
--- nfs-utils-2.3.3/utils/mountd/mountd.man.orig	2018-09-06 14:09:08.000000000 -0400
b91b93
+++ nfs-utils-2.3.3/utils/mountd/mountd.man	2018-10-26 09:53:10.005127368 -0400
b91b93
@@ -232,36 +232,7 @@ section include
b91b93
 which each have same same meaning as given by
b91b93
 .BR rpc.nfsd (8).
b91b93
 
b91b93
-.SH TCP_WRAPPERS SUPPORT
b91b93
-You can protect your
b91b93
-.B rpc.mountd
b91b93
-listeners using the
b91b93
-.B tcp_wrapper
b91b93
-library or
b91b93
-.BR iptables (8).
b91b93
-.PP
b91b93
-Note that the
b91b93
-.B tcp_wrapper
b91b93
-library supports only IPv4 networking.
b91b93
-.PP
b91b93
-Add the hostnames of NFS peers that are allowed to access
b91b93
-.B rpc.mountd
b91b93
-to
b91b93
-.IR /etc/hosts.allow .
b91b93
-Use the daemon name
b91b93
-.B mountd
b91b93
-even if the
b91b93
-.B rpc.mountd
b91b93
-binary has a different name.
b91b93
-.PP
b91b93
-Hostnames used in either access file will be ignored when
b91b93
-they can not be resolved into IP addresses.
b91b93
-For further information see the
b91b93
-.BR tcpd (8)
b91b93
-and
b91b93
-.BR hosts_access (5)
b91b93
-man pages.
b91b93
-.SS IPv6 and TI-RPC support
b91b93
+.SH IPv6 and TI-RPC support
b91b93
 TI-RPC is a pre-requisite for supporting NFS on IPv6.
b91b93
 If TI-RPC support is built into
b91b93
 .BR rpc.mountd ,
b91b93
@@ -288,7 +259,6 @@ table of clients accessing server's expo
b91b93
 .BR nfs (5),
b91b93
 .BR nfs.conf (5),
b91b93
 .BR tcpd (8),
b91b93
-.BR hosts_access (5),
b91b93
 .BR iptables (8),
b91b93
 .BR netconfig (5)
b91b93
 .sp
b91b93
diff -up nfs-utils-2.3.3/utils/statd/statd.man.orig nfs-utils-2.3.3/utils/statd/statd.man
b91b93
--- nfs-utils-2.3.3/utils/statd/statd.man.orig	2018-10-26 09:52:27.609358805 -0400
b91b93
+++ nfs-utils-2.3.3/utils/statd/statd.man	2018-10-26 09:53:37.345978117 -0400
b91b93
@@ -319,28 +319,6 @@ chooses, simply use
b91b93
 .BR chown (1)
b91b93
 to set the owner of
b91b93
 the state directory.
b91b93
-.PP
b91b93
-You can also protect your
b91b93
-.B rpc.statd
b91b93
-listeners using the
b91b93
-.B tcp_wrapper
b91b93
-library or
b91b93
-.BR iptables (8).
b91b93
-To use the
b91b93
-.B tcp_wrapper
b91b93
-library, add the hostnames of peers that should be allowed access to
b91b93
-.IR /etc/hosts.allow .
b91b93
-Use the daemon name
b91b93
-.B statd
b91b93
-even if the
b91b93
-.B rpc.statd
b91b93
-binary has a different filename.
b91b93
-.P
b91b93
-For further information see the
b91b93
-.BR tcpd (8)
b91b93
-and
b91b93
-.BR hosts_access (5)
b91b93
-man pages.
b91b93
 .SH ADDITIONAL NOTES
b91b93
 Lock recovery after a reboot is critical to maintaining data integrity
b91b93
 and preventing unnecessary application hangs.
b91b93
@@ -445,7 +423,6 @@ network transport capability database
b91b93
 .BR rpc.nfsd (8),
b91b93
 .BR rpcbind (8),
b91b93
 .BR tcpd (8),
b91b93
-.BR hosts_access (5),
b91b93
 .BR iptables (8),
b91b93
 .BR netconfig (5)
b91b93
 .sp