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