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

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