diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-nobind-man-page-description.patch | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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, 46 insertions, 0 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 new file mode 100644 index 0000000000..41328a0e49 --- /dev/null +++ b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-nobind-man-page-description.patch | |||
@@ -0,0 +1,46 @@ | |||
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 | ||