summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-document-browse-option-in-man-page.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-document-browse-option-in-man-page.patch')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-document-browse-option-in-man-page.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-document-browse-option-in-man-page.patch b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-document-browse-option-in-man-page.patch
deleted file mode 100644
index 4641342d2..000000000
--- a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-document-browse-option-in-man-page.patch
+++ /dev/null
@@ -1,46 +0,0 @@
1autofs-5.0.7 - document browse option in man page
2
3From: Ian Kent <raven@themaw.net>
4
5The "browse" option has remained undocumented for a long time.
6Finally add a section for it to auto.master(5) making special
7note of the potential performance implications.
8---
9 CHANGELOG | 1 +
10 man/auto.master.5.in | 11 +++++++++++
11 2 files changed, 12 insertions(+)
12
13diff --git a/CHANGELOG b/CHANGELOG
14index ecdea0b..d8e4049 100644
15--- a/CHANGELOG
16+++ b/CHANGELOG
17@@ -36,6 +36,7 @@
18 - fix requires in spec file.
19 - fix libtirpc build option to require libtirpc-devel if needed.
20 - fix systemd unidir in spec file.
21+- document browse option in man page.
22
23 25/07/2012 autofs-5.0.7
24 =======================
25diff --git a/man/auto.master.5.in b/man/auto.master.5.in
26index bbea43a..c552e56 100644
27--- a/man/auto.master.5.in
28+++ b/man/auto.master.5.in
29@@ -147,6 +147,17 @@ multiple file systems should be mounted (`multimounts'). If this option
30 is given, no file system is mounted at all if at least one file system
31 can't be mounted.
32 .TP
33+.I "[no]browse"
34+This is an autofs specific option that is a pseudo mount option and
35+so is given without a leading dash. Use of the browse option pre-creates
36+mount point directories for indirect mount maps so the map keys can be
37+seen in a directory listing without being mounted. Use of this option
38+can cause performance problem if the indirect map is large so it should
39+be used with caution. The internal program default is to enable browse
40+mode for indirect mounts but the default installed configuration overrides
41+this by setting BROWSE_MODE to "no" because of the potential performance
42+problem.
43+.TP
44 .I "nobind"
45 This is an autofs specific option that is a pseudo mount option and
46 so is given without a leading dash. It may be used either in the master