diff options
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.patch | 57 |
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 @@ | |||
1 | autofs-5.0.7 - make description of default MOUNT_WAIT setting clear | ||
2 | |||
3 | From: 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 | |||
14 | diff --git a/CHANGELOG b/CHANGELOG | ||
15 | index 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 | ======================= | ||
26 | diff --git a/redhat/autofs.sysconfig.in b/redhat/autofs.sysconfig.in | ||
27 | index 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 | # | ||
42 | diff --git a/samples/autofs.conf.default.in b/samples/autofs.conf.default.in | ||
43 | index 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 | # | ||