K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-04-09T23:35:19.000000Z K 7 svn:log V 611 Late edition: rpcinfo, mount, and umount are using different mechanisms to do portmap lookups. Some use tcp connections to portmap, others use udp. In anycase, using udp for RPC requests causes the old 'reply from the wrong IP address' problem to rear its ugly head so this commit is a quick hack to add the -h option to portmap. The semantics are the same as -h in nfsd (including backwards compatibility if you don't use -h). portmap no longer exists in current so this is 4.x only. I will check current's new rpc mechanism to see if it has the same problem and fix it there if it does. Approved: jkh END