Blame SOURCES/autofs-5.1.0-clarify-multiple-mounts-description.patch

306fa1
autofs-5.1.0 - clarify multiple mounts description
306fa1
306fa1
From: Ian Kent <ikent@redhat.com>
306fa1
306fa1
Try and clarify the "Multiple Mounts" and "Replicated Server" sections
306fa1
in the autofs(5) man page.
306fa1
---
306fa1
 CHANGELOG    |    1 +
306fa1
 man/autofs.5 |    8 ++++++--
306fa1
 2 files changed, 7 insertions(+), 2 deletions(-)
306fa1
306fa1
--- autofs-5.0.7.orig/CHANGELOG
306fa1
+++ autofs-5.0.7/CHANGELOG
306fa1
@@ -154,6 +154,7 @@
306fa1
 - fix out of order clearing of options buffer.
306fa1
 - fix reset amd lexer scan buffer.
306fa1
 - ignore multiple commas in options strings.
306fa1
+- clarify multiple mounts description.
306fa1
 
306fa1
 25/07/2012 autofs-5.0.7
306fa1
 =======================
306fa1
--- autofs-5.0.7.orig/man/autofs.5
306fa1
+++ autofs-5.0.7/man/autofs.5
306fa1
@@ -211,15 +211,19 @@ can be used to name multiple filesystems
306fa1
 .RS +.2i
306fa1
 .ta 1.0i
306fa1
 .nf
306fa1
-.BI "key [" -options "] [mount-point [" -options "] location...]..."
306fa1
+.BI "key [ -options ] [[/] location [/relative-mount-point [ -options ] location...]..."
306fa1
 .fi
306fa1
 .RE
306fa1
 .sp
306fa1
 .P
306fa1
 This may extend over multiple lines, quoting the line-breaks with \`\\\'.
306fa1
 If present, the per-mountpoint mount-options are appended to the
306fa1
-default mount-options.
306fa1
+default mount-options. This behaviour may be overridden by the append_options
306fa1
+configuration setting.
306fa1
 .SS Replicated Server
306fa1
+A mount location can specify multiple hosts for a location, portentially
306fa1
+with a different export path for the same file system. Historically these
306fa1
+different locations are read-only and provide the same replicated file system.
306fa1
 .sp
306fa1
 .RS +.2i
306fa1
 .ta 1.5i