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