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