Blame SOURCES/autofs-5.0.7-make-description-of-default-MOUNT_WAIT-setting-clear.patch

304803
autofs-5.0.7 - make description of default MOUNT_WAIT setting clear
304803
304803
From: Ian Kent <ikent@redhat.com>
304803
304803
304803
---
304803
304803
 CHANGELOG                      |    1 +
304803
 redhat/autofs.sysconfig.in     |    5 +++--
304803
 samples/autofs.conf.default.in |    5 +++--
304803
 3 files changed, 7 insertions(+), 4 deletions(-)
304803
304803
304803
diff --git a/CHANGELOG b/CHANGELOG
304803
index 79cf673..961e340 100644
304803
--- a/CHANGELOG
304803
+++ b/CHANGELOG
304803
@@ -8,6 +8,7 @@
304803
 - dont wait forever to restart.
304803
 - add timeout option description to man page.
304803
 - fix null map entry order handling.
304803
+- make description of default MOUNT_WAIT setting clear.
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
diff --git a/redhat/autofs.sysconfig.in b/redhat/autofs.sysconfig.in
304803
index 36b924d..a8992c4 100644
304803
--- a/redhat/autofs.sysconfig.in
304803
+++ b/redhat/autofs.sysconfig.in
304803
@@ -18,8 +18,9 @@ TIMEOUT=300
304803
 # 	       Setting this timeout can cause problems when
304803
 # 	       mount would otherwise wait for a server that
304803
 # 	       is temporarily unavailable, such as when it's
304803
-# 	       restarting. The defailt of waiting for mount(8)
304803
-# 	       usually results in a wait of around 3 minutes.
304803
+# 	       restarting. The default setting (-1) of waiting
304803
+# 	       for mount(8) usually results in a wait of around
304803
+# 	       3 minutes.
304803
 #
304803
 #MOUNT_WAIT=-1
304803
 #
304803
diff --git a/samples/autofs.conf.default.in b/samples/autofs.conf.default.in
304803
index ac2f63b..1da89cf 100644
304803
--- a/samples/autofs.conf.default.in
304803
+++ b/samples/autofs.conf.default.in
304803
@@ -18,8 +18,9 @@ TIMEOUT=300
304803
 # 	       Setting this timeout can cause problems when
304803
 # 	       mount would otherwise wait for a server that
304803
 # 	       is temporarily unavailable, such as when it's
304803
-# 	       restarting. The defailt of waiting for mount(8)
304803
-# 	       usually results in a wait of around 3 minutes.
304803
+# 	       restarting. The default setting (-1) of waiting
304803
+# 	       for mount(8) usually results in a wait of around
304803
+# 	       3 minutes.
304803
 #
304803
 #MOUNT_WAIT=-1
304803
 #