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