freebsd-dev/sbin/mount_nfs
Rick Macklem 7a8a559822 MFC r197298:
Change the default transport protocol for use by the Mount protocol
and the NFS Null RPC done by mount_nfs from UDP to TCP, so that it is
consistent with the kernel, which already uses NFS over TCP by
default. Without this change, doing an NFS mount
against a server that only supports UDP results in an unusable
mount point if a transport protocol option wasn't specified for the
mount.

Approved by:	re (kib)
2009-10-15 19:50:00 +00:00
..
Makefile Add support for the experimental nfs client to mount_nfs. The 2009-05-27 19:56:51 +00:00
mount_nfs.8 Delete the descriptions of the gssname and allgssname optionss from 2009-07-29 14:44:09 +00:00
mount_nfs.c MFC r197298: 2009-10-15 19:50:00 +00:00