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

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