Blame SOURCES/autofs-5.0.7-document-browse-option-in-man-page.patch

4d476f
autofs-5.0.7 - document browse option in man page
4d476f
4d476f
From: Ian Kent <raven@themaw.net>
4d476f
4d476f
The "browse" option has remained undocumented for a long time.
4d476f
Finally add a section for it to auto.master(5) making special
4d476f
note of the potential performance implications.
4d476f
---
4d476f
 CHANGELOG            |    1 +
4d476f
 man/auto.master.5.in |   11 +++++++++++
4d476f
 2 files changed, 12 insertions(+)
4d476f
4d476f
diff --git a/CHANGELOG b/CHANGELOG
4d476f
index ecdea0b..d8e4049 100644
4d476f
--- a/CHANGELOG
4d476f
+++ b/CHANGELOG
4d476f
@@ -36,6 +36,7 @@
4d476f
 - fix requires in spec file.
4d476f
 - fix libtirpc build option to require libtirpc-devel if needed.
4d476f
 - fix systemd unidir in spec file.
4d476f
+- document browse option in man page.
4d476f
 
4d476f
 25/07/2012 autofs-5.0.7
4d476f
 =======================
4d476f
diff --git a/man/auto.master.5.in b/man/auto.master.5.in
4d476f
index bbea43a..c552e56 100644
4d476f
--- a/man/auto.master.5.in
4d476f
+++ b/man/auto.master.5.in
4d476f
@@ -147,6 +147,17 @@ multiple file systems should be mounted (`multimounts'). If this option
4d476f
 is given, no file system is mounted at all if at least one file system
4d476f
 can't be mounted.
4d476f
 .TP
4d476f
+.I "[no]browse"
4d476f
+This is an autofs specific option that is a pseudo mount option and
4d476f
+so is given without a leading dash. Use of the browse option pre-creates
4d476f
+mount point directories for indirect mount maps so the map keys can be
4d476f
+seen in a directory listing without being mounted. Use of this option
4d476f
+can cause performance problem if the indirect map is large so it should
4d476f
+be used with caution. The internal program default is to enable browse
4d476f
+mode for indirect mounts but the default installed configuration overrides
4d476f
+this by setting BROWSE_MODE to "no" because of the potential performance
4d476f
+problem.
4d476f
+.TP
4d476f
 .I "nobind"
4d476f
 This is an autofs specific option that is a pseudo mount option and
4d476f
 so is given without a leading dash. It may be used either in the master