diff options
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-nobind-man-page-description.patch')
| -rw-r--r-- | meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-nobind-man-page-description.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-nobind-man-page-description.patch b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-nobind-man-page-description.patch deleted file mode 100644 index 41328a0e49..0000000000 --- a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-nobind-man-page-description.patch +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 1 | autofs-5.0.7 - fix nobind man page description | ||
| 2 | |||
| 3 | From: Ian Kent <raven@themaw.net> | ||
| 4 | |||
| 5 | Update auto.master(5) to better describe the behavior of the "nobind" | ||
| 6 | option when used with direct mounts maps. | ||
| 7 | --- | ||
| 8 | |||
| 9 | CHANGELOG | 1 + | ||
| 10 | man/auto.master.5.in | 10 +++++++--- | ||
| 11 | 2 files changed, 8 insertions(+), 3 deletions(-) | ||
| 12 | |||
| 13 | |||
| 14 | diff --git a/CHANGELOG b/CHANGELOG | ||
| 15 | index 16ac2a0..7eb7235 100644 | ||
| 16 | --- a/CHANGELOG | ||
| 17 | +++ b/CHANGELOG | ||
| 18 | @@ -17,6 +17,7 @@ | ||
| 19 | - handle new location of systemd. | ||
| 20 | - fix map entry duplicate offset detection. | ||
| 21 | - Allow nsswitch.conf to not contain "automount:" lines. | ||
| 22 | +- fix nobind man page description. | ||
| 23 | |||
| 24 | 25/07/2012 autofs-5.0.7 | ||
| 25 | ======================= | ||
| 26 | diff --git a/man/auto.master.5.in b/man/auto.master.5.in | ||
| 27 | index 21d7544..8007542 100644 | ||
| 28 | --- a/man/auto.master.5.in | ||
| 29 | +++ b/man/auto.master.5.in | ||
| 30 | @@ -151,9 +151,13 @@ can't be mounted. | ||
| 31 | This is an autofs specific option that is a pseudo mount option and | ||
| 32 | so is given without a leading dash. It may be used either in the master | ||
| 33 | map entry (so it effects all the map entries) or with individual map | ||
| 34 | -entries to prevent bind mounting of local NFS filesystems. Bind mounting | ||
| 35 | -of NFS file systems can also be prevented for specific map entrys by | ||
| 36 | -adding the "port=" mount option to the entries. | ||
| 37 | +entries to prevent bind mounting of local NFS filesystems. For direct | ||
| 38 | +mount maps the option is only effective if specified on the first direct | ||
| 39 | +map entry and is applied to all direct mount maps in the master map. It | ||
| 40 | +is ignored if given on subsequent direct map entries. It may be used | ||
| 41 | +on individual map entries of both types. Bind mounting of NFS file | ||
| 42 | +systems can also be prevented for specific map entrys by adding the | ||
| 43 | +"port=" mount option to the entries. | ||
| 44 | .TP | ||
| 45 | .I "\-r, \-\-random-multimount-selection" | ||
| 46 | Enables the use of ramdom selection when choosing a host from a | ||
