Blame SOURCES/autofs-5.0.9-amd-lookup-fix-autofs_use_lofs-value-in-config.patch

304803
autofs-5.0.9 - amd lookup fix autofs_use_lofs value in config
304803
304803
From: Ian Kent <ikent@redhat.com>
304803
304803
The commented out setting in autofs.conf does not reflect its default
304803
value.
304803
---
304803
 redhat/autofs.conf.default.in  |    2 +-
304803
 samples/autofs.conf.default.in |    2 +-
304803
 2 files changed, 2 insertions(+), 2 deletions(-)
304803
304803
diff --git a/redhat/autofs.conf.default.in b/redhat/autofs.conf.default.in
304803
index 8b04617..1fa951b 100644
304803
--- a/redhat/autofs.conf.default.in
304803
+++ b/redhat/autofs.conf.default.in
304803
@@ -325,7 +325,7 @@ dismount_interval = 300
304803
 # appears to work reasonably well most of the time without the
304803
 # update).
304803
 #
304803
-# autofs_use_lofs = no
304803
+# autofs_use_lofs = yes
304803
 #
304803
 # Several configuration options can be set per mount point.
304803
 # In particulr map_type, map_name, map_defaults, search_path,
304803
diff --git a/samples/autofs.conf.default.in b/samples/autofs.conf.default.in
304803
index d0a2002..7a84566 100644
304803
--- a/samples/autofs.conf.default.in
304803
+++ b/samples/autofs.conf.default.in
304803
@@ -324,7 +324,7 @@ dismount_interval = 300
304803
 # appears to work reasonably well most of the time without the
304803
 # update).
304803
 #
304803
-# autofs_use_lofs = no
304803
+# autofs_use_lofs = yes
304803
 #
304803
 # Several configuration options can be set per mount point.
304803
 # In particulr map_type, map_name, map_defaults, search_path,