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

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