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

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