summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-05-27 19:56:51 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-05-27 19:56:51 +0000
commit08f63a0d1856606c05d8acbbdf2842f53f0a5075 (patch)
treea15044ee609b196f8985b703a87ed2873177c22e /sbin/mount
parentb36d17c9734aa42ec7cdd0deaf6cfdba58515804 (diff)
downloadFreeBSD-src-08f63a0d1856606c05d8acbbdf2842f53f0a5075.zip
FreeBSD-src-08f63a0d1856606c05d8acbbdf2842f53f0a5075.tar.gz
Add support for the experimental nfs client to mount_nfs. The
experimental client is used when the fstype is "newnfs" or the "nfsv4" option is specified. It includes the addition of the option: gssname - to specify a client side initiator host based principal name which is specific to NFSv4. It also includes a change to mount.c, so that it knows about mount_newnfs, but not mount_nfs4. Reviewed by: dfr Approved by: kib (mentor)
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index e11c1c2..40a3e96 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -140,7 +140,7 @@ use_mountprog(const char *vfstype)
*/
unsigned int i;
const char *fs[] = {
- "cd9660", "mfs", "msdosfs", "nfs", "nfs4", "ntfs",
+ "cd9660", "mfs", "msdosfs", "newnfs", "nfs", "ntfs",
"nwfs", "nullfs", "portalfs", "smbfs", "udf", "unionfs",
NULL
};
OpenPOWER on IntegriCloud