Blame SOURCES/autofs-5.1.3-improve-description-of-mount_nfs_default_protocol.patch

304803
autofs-5.1.3 - improve description of mount_nfs_default_protocol
304803
304803
From: Ian Kent <raven@themaw.net>
304803
304803
The description of the mount_nfs_default_protocol configuration
304803
option is not clear, it sounds like it's a setting that causes
304803
autofs to use the specified NFS version as a mount default which
304803
it doesn't, so try and improve it.
304803
304803
Signed-off-by: Ian Kent <raven@themaw.net>
304803
---
304803
 CHANGELOG                      |    1 +
304803
 man/autofs.conf.5.in           |   10 +++++++---
304803
 redhat/autofs.conf.default.in  |   12 ++++++++----
304803
 samples/autofs.conf.default.in |   12 ++++++++----
304803
 4 files changed, 24 insertions(+), 11 deletions(-)
304803
304803
--- autofs-5.0.7.orig/CHANGELOG
304803
+++ autofs-5.0.7/CHANGELOG
304803
@@ -264,6 +264,7 @@
304803
 - be silent about nis domain not set.
304803
 - make map source reference message debug only.
304803
 - handle additional nfs versions in mount_nfs.c.
304803
+- improve description of mount_nfs_default_protocol.
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
--- autofs-5.0.7.orig/man/autofs.conf.5.in
304803
+++ autofs-5.0.7/man/autofs.conf.5.in
304803
@@ -62,10 +62,14 @@ Maps are browsable by default (program d
304803
 .TP
304803
 .B mount_nfs_default_protocol
304803
 .br
304803
-Specify the default protocol used by
304803
+Set the default protocol that
304803
 .BR mount.nfs (8)
304803
-(program default 3). Since we can't identify this default automatically
304803
-we need to set it in the autofs configuration.
304803
+uses when performing a mount (program default 3). Autofs needs to know
304803
+the default NFS protocol that
304803
+.BR mount.nfs(8)
304803
+uses so it can do special case handling for its availability probe for
304803
+different NFS protocols. Since we can't identify this default
304803
+automatically we need to set it in the autofs configuration.
304803
 .TP
304803
 .B append_options
304803
 .br
304803
--- autofs-5.0.7.orig/redhat/autofs.conf.default.in
304803
+++ autofs-5.0.7/redhat/autofs.conf.default.in
304803
@@ -44,10 +44,14 @@ timeout = 300
304803
 #
304803
 browse_mode = no
304803
 #
304803
-# mount_nfs_default_protocol - specify the default protocol used by
304803
-# 			       mount.nfs(8). Since we can't identify
304803
-# 			       the default automatically we need to
304803
-# 			       set it in our configuration.
304803
+# mount_nfs_default_protocol - set the default protocol that mount.nfs(8)
304803
+# 			       uses when performing a mount. Autofs needs
304803
+# 			       to know the default NFS protocol that
304803
+# 			       mount.nfs(8) uses so it can do special case
304803
+# 			       handling for its availability probe for
304803
+# 			       different NFS protocols. Since we can't
304803
+# 			       identify the default automatically we need
304803
+# 			       to set it in our configuration.
304803
 #
304803
 #mount_nfs_default_protocol = 3
304803
 mount_nfs_default_protocol = 4
304803
--- autofs-5.0.7.orig/samples/autofs.conf.default.in
304803
+++ autofs-5.0.7/samples/autofs.conf.default.in
304803
@@ -44,10 +44,14 @@ timeout = 300
304803
 #
304803
 browse_mode = no
304803
 #
304803
-# mount_nfs_default_protocol - specify the default protocol used by
304803
-# 			       mount.nfs(8). Since we can't identify
304803
-# 			       the default automatically we need to
304803
-# 			       set it in our configuration.
304803
+# mount_nfs_default_protocol - set the default protocol that mount.nfs(8)
304803
+#			       uses when performing a mount. Autofs needs
304803
+#			       to know the default NFS protocol that
304803
+#			       mount.nfs(8) uses so it can do special case
304803
+#			       handling for its availability probe for
304803
+#			       different NFS protocols. Since we can't
304803
+#			       identify the default automatically we need
304803
+#			       to set it in our configuration.
304803
 #
304803
 #mount_nfs_default_protocol = 3
304803
 #