summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-add-timeout-option-description-to-man-page.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-01-05 19:53:10 -0800
committerKhem Raj <raj.khem@gmail.com>2013-01-08 09:31:33 -0800
commit4c735f36f64476320c130ffe14a5c831f65b9c42 (patch)
tree19838881494864f938aed0610a86f314c5ed6830 /meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-add-timeout-option-description-to-man-page.patch
parenteca536954a392daf481c13faf3615ae489b0b552 (diff)
downloadmeta-openembedded-4c735f36f64476320c130ffe14a5c831f65b9c42.tar.gz
autofs: Add recipes for 5.0.7
Forward port from OE classic Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-add-timeout-option-description-to-man-page.patch')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-add-timeout-option-description-to-man-page.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-add-timeout-option-description-to-man-page.patch b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-add-timeout-option-description-to-man-page.patch
new file mode 100644
index 000000000..ac598dd72
--- /dev/null
+++ b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-add-timeout-option-description-to-man-page.patch
@@ -0,0 +1,42 @@
1autofs-5.0.7 - add timeout option description to man page
2
3From: Ian Kent <ikent@redhat.com>
4
5The pseudo option used t set the timeout for map entries is one of
6the most most frequently used autofs options but is not mentioned
7in auto.master(5).
8---
9
10 CHANGELOG | 1 +
11 man/auto.master.5.in | 5 +++++
12 2 files changed, 6 insertions(+), 0 deletions(-)
13
14
15diff --git a/CHANGELOG b/CHANGELOG
16index 93b9c26..7b8d185 100644
17--- a/CHANGELOG
18+++ b/CHANGELOG
19@@ -6,6 +6,7 @@
20 - fix parse buffer initialization.
21 - fix typo in automount(8).
22 - dont wait forever to restart.
23+- add timeout option description to man page.
24
25 25/07/2012 autofs-5.0.7
26 =======================
27diff --git a/man/auto.master.5.in b/man/auto.master.5.in
28index 54269f8..21d7544 100644
29--- a/man/auto.master.5.in
30+++ b/man/auto.master.5.in
31@@ -167,6 +167,11 @@ server is specified in the map entry. If no server weights are given
32 then each available server will be tried in the order listed, within
33 proximity.
34 .TP
35+.I "\-t, \-\-timeout <seconds>"
36+Set the expire timeout for map entries. This option can be used to
37+override the global default given either on the command line
38+or in the configuration.
39+.TP
40 .I "\-n, \-\-negative\-timeout <seconds>"
41 Set the timeout for caching failed key lookups. This option can be
42 used to override the global default given either on the command line