X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpatches%2F16-mount-nfs-man-update-distinction-mount.nfs-mount.nfs4.patch;fp=debian%2Fpatches%2F16-mount-nfs-man-update-distinction-mount.nfs-mount.nfs4.patch;h=d180c988d9c99c47622d73a1929f6c3900d4fadc;hb=78dafce6cbd37a9561e296d1aa4df42e98420d68;hp=0000000000000000000000000000000000000000;hpb=32f132533a9c3bae763f2933b252c29f478ec8ab;p=nfs-utils.git diff --git a/debian/patches/16-mount-nfs-man-update-distinction-mount.nfs-mount.nfs4.patch b/debian/patches/16-mount-nfs-man-update-distinction-mount.nfs-mount.nfs4.patch new file mode 100644 index 0000000..d180c98 --- /dev/null +++ b/debian/patches/16-mount-nfs-man-update-distinction-mount.nfs-mount.nfs4.patch @@ -0,0 +1,32 @@ +From: Ben Hutchings +Subject: [PATCH] mount.nfs.man: Update distinction between mount.nfs and mount.nfs4 + +This addresses Debian bug #575503. + +--- nfs-utils.orig/utils/mount/mount.nfs.man ++++ nfs-utils/utils/mount/mount.nfs.man +@@ -15,16 +15,20 @@ + .BR mount (8) + command for mounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality. + +-.BR mount.nfs4 +-is used for mounting NFSv4 file system, while +-.BR mount.nfs +-is used to mount NFS file systems versions 3 or 2. + .I remotetarget + is a server share usually in the form of + .BR servername:/path/to/share. + .I dir + is the directory on which the file system is to be mounted. + ++Under Linux 2.6.32 and later kernel versions, ++.BR mount.nfs ++can mount all NFS file system versions. Under earlier Linux kernel versions, ++.BR mount.nfs4 ++must be used for mounting NFSv4 file systems while ++.BR mount.nfs ++must be used for NFSv3 and v2. ++ + .SH OPTIONS + .TP + .BI "\-r"