summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-make-description-of-default-MOUNT_WAIT-setting-clear.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-make-description-of-default-MOUNT_WAIT-setting-clear.patch
downloadmeta-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-make-description-of-default-MOUNT_WAIT-setting-clear.patch')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-make-description-of-default-MOUNT_WAIT-setting-clear.patch57
1 files changed, 57 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-make-description-of-default-MOUNT_WAIT-setting-clear.patch b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-make-description-of-default-MOUNT_WAIT-setting-clear.patch
new file mode 100644
index 0000000000..a3dd3fb691
--- /dev/null
+++ b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-make-description-of-default-MOUNT_WAIT-setting-clear.patch
@@ -0,0 +1,57 @@
1autofs-5.0.7 - make description of default MOUNT_WAIT setting clear
2
3From: Ian Kent <ikent@redhat.com>
4
5
6---
7
8 CHANGELOG | 1 +
9 redhat/autofs.sysconfig.in | 5 +++--
10 samples/autofs.conf.default.in | 5 +++--
11 3 files changed, 7 insertions(+), 4 deletions(-)
12
13
14diff --git a/CHANGELOG b/CHANGELOG
15index 79cf673..961e340 100644
16--- a/CHANGELOG
17+++ b/CHANGELOG
18@@ -8,6 +8,7 @@
19 - dont wait forever to restart.
20 - add timeout option description to man page.
21 - fix null map entry order handling.
22+- make description of default MOUNT_WAIT setting clear.
23
24 25/07/2012 autofs-5.0.7
25 =======================
26diff --git a/redhat/autofs.sysconfig.in b/redhat/autofs.sysconfig.in
27index 36b924d..a8992c4 100644
28--- a/redhat/autofs.sysconfig.in
29+++ b/redhat/autofs.sysconfig.in
30@@ -18,8 +18,9 @@ TIMEOUT=300
31 # Setting this timeout can cause problems when
32 # mount would otherwise wait for a server that
33 # is temporarily unavailable, such as when it's
34-# restarting. The defailt of waiting for mount(8)
35-# usually results in a wait of around 3 minutes.
36+# restarting. The default setting (-1) of waiting
37+# for mount(8) usually results in a wait of around
38+# 3 minutes.
39 #
40 #MOUNT_WAIT=-1
41 #
42diff --git a/samples/autofs.conf.default.in b/samples/autofs.conf.default.in
43index ac2f63b..1da89cf 100644
44--- a/samples/autofs.conf.default.in
45+++ b/samples/autofs.conf.default.in
46@@ -18,8 +18,9 @@ TIMEOUT=300
47 # Setting this timeout can cause problems when
48 # mount would otherwise wait for a server that
49 # is temporarily unavailable, such as when it's
50-# restarting. The defailt of waiting for mount(8)
51-# usually results in a wait of around 3 minutes.
52+# restarting. The default setting (-1) of waiting
53+# for mount(8) usually results in a wait of around
54+# 3 minutes.
55 #
56 #MOUNT_WAIT=-1
57 #