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

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