|
|
306fa1 |
autofs-5.0.7 - fix nobind man page description
|
|
|
306fa1 |
|
|
|
306fa1 |
From: Ian Kent <raven@themaw.net>
|
|
|
306fa1 |
|
|
|
306fa1 |
Update auto.master(5) to better describe the behavior of the "nobind"
|
|
|
306fa1 |
option when used with direct mounts maps.
|
|
|
306fa1 |
---
|
|
|
306fa1 |
|
|
|
306fa1 |
CHANGELOG | 1 +
|
|
|
306fa1 |
man/auto.master.5.in | 10 +++++++---
|
|
|
306fa1 |
2 files changed, 8 insertions(+), 3 deletions(-)
|
|
|
306fa1 |
|
|
|
306fa1 |
|
|
|
306fa1 |
diff --git a/CHANGELOG b/CHANGELOG
|
|
|
306fa1 |
index 16ac2a0..7eb7235 100644
|
|
|
306fa1 |
--- a/CHANGELOG
|
|
|
306fa1 |
+++ b/CHANGELOG
|
|
|
306fa1 |
@@ -17,6 +17,7 @@
|
|
|
306fa1 |
- handle new location of systemd.
|
|
|
306fa1 |
- fix map entry duplicate offset detection.
|
|
|
306fa1 |
- Allow nsswitch.conf to not contain "automount:" lines.
|
|
|
306fa1 |
+- fix nobind man page description.
|
|
|
306fa1 |
|
|
|
306fa1 |
25/07/2012 autofs-5.0.7
|
|
|
306fa1 |
=======================
|
|
|
306fa1 |
diff --git a/man/auto.master.5.in b/man/auto.master.5.in
|
|
|
306fa1 |
index 21d7544..8007542 100644
|
|
|
306fa1 |
--- a/man/auto.master.5.in
|
|
|
306fa1 |
+++ b/man/auto.master.5.in
|
|
|
306fa1 |
@@ -151,9 +151,13 @@ can't be mounted.
|
|
|
306fa1 |
This is an autofs specific option that is a pseudo mount option and
|
|
|
306fa1 |
so is given without a leading dash. It may be used either in the master
|
|
|
306fa1 |
map entry (so it effects all the map entries) or with individual map
|
|
|
306fa1 |
-entries to prevent bind mounting of local NFS filesystems. Bind mounting
|
|
|
306fa1 |
-of NFS file systems can also be prevented for specific map entrys by
|
|
|
306fa1 |
-adding the "port=" mount option to the entries.
|
|
|
306fa1 |
+entries to prevent bind mounting of local NFS filesystems. For direct
|
|
|
306fa1 |
+mount maps the option is only effective if specified on the first direct
|
|
|
306fa1 |
+map entry and is applied to all direct mount maps in the master map. It
|
|
|
306fa1 |
+is ignored if given on subsequent direct map entries. It may be used
|
|
|
306fa1 |
+on individual map entries of both types. Bind mounting of NFS file
|
|
|
306fa1 |
+systems can also be prevented for specific map entrys by adding the
|
|
|
306fa1 |
+"port=" mount option to the entries.
|
|
|
306fa1 |
.TP
|
|
|
306fa1 |
.I "\-r, \-\-random-multimount-selection"
|
|
|
306fa1 |
Enables the use of ramdom selection when choosing a host from a
|