Blame SOURCES/autofs-5.0.8-fixes-for-samples-auto_master.patch

4d476f
autofs-5.0.8 - fixes for samples/auto.master
4d476f
4d476f
From: Vincent McIntyre <vincent.mcintyre@csiro.au>
4d476f
4d476f
Replace description that described regular automount maps, not
4d476f
master maps. Add a note about the format of included files.
4d476f
Clarify what happens to master map options not consumed by
4d476f
'mount'.
4d476f
4d476f
Signed-off-by: <vincent.mcintyre@csiro.au>
4d476f
---
4d476f
 CHANGELOG            |    1 +
4d476f
 man/auto.master.5.in |    2 +-
4d476f
 samples/auto.master  |    7 ++++---
4d476f
 3 files changed, 6 insertions(+), 4 deletions(-)
4d476f
4d476f
--- autofs-5.0.7.orig/CHANGELOG
4d476f
+++ autofs-5.0.7/CHANGELOG
4d476f
@@ -100,6 +100,7 @@
4d476f
 - dont ignore null cache entries on multi mount umount.
4d476f
 - fix inconsistent error returns in handle_packet_missing_direct().
4d476f
 - simple coverity fixes.
4d476f
+- fixes for samples/auto.master.
4d476f
 
4d476f
 25/07/2012 autofs-5.0.7
4d476f
 =======================
4d476f
--- autofs-5.0.7.orig/man/auto.master.5.in
4d476f
+++ autofs-5.0.7/man/auto.master.5.in
4d476f
@@ -139,7 +139,7 @@ the \fBdn\fP of an LDAP entry for maps o
4d476f
 .br
4d476f
 Any remaining command line arguments without leading dashes (\-) are
4d476f
 taken as options (\fI\-o\fP) to \fBmount\fP.  Arguments with leading
4d476f
-dashes are considered options for the maps.
4d476f
+dashes are considered options for the maps and are passed to automount (8).
4d476f
 .sp
4d476f
 The \fBsun\fP format supports the following options:
4d476f
 .RS
4d476f
--- autofs-5.0.7.orig/samples/auto.master
4d476f
+++ autofs-5.0.7/samples/auto.master
4d476f
@@ -1,8 +1,8 @@
4d476f
 #
4d476f
 # Sample auto.master file
4d476f
-# This is an automounter map and it has the following format
4d476f
-# key [ -mount-options-separated-by-comma ] location
4d476f
-# For details of the format look at autofs(5).
4d476f
+# This is a 'master' automounter map and it has the following format:
4d476f
+# mount-point [map-type[,format]:]map [options]
4d476f
+# For details of the format look at auto.master(5).
4d476f
 #
4d476f
 /misc	/etc/auto.misc
4d476f
 #
4d476f
@@ -13,6 +13,7 @@
4d476f
 /net	-hosts
4d476f
 #
4d476f
 # Include /etc/auto.master.d/*.autofs
4d476f
+# The included files must conform to the format of this file.
4d476f
 #
4d476f
 +dir:/etc/auto.master.d
4d476f
 #