Blame SOURCES/autofs-5.0.8-fix-variable-substitution-description.patch

4d476f
autofs-5.0.8 - fix variable substitution description
4d476f
4d476f
From: Ian Kent <ikent@redhat.com>
4d476f
4d476f
The desription about Variable substitution in autofs(5) says that
4d476f
translation is done on the key and location fields which is not
4d476f
correct.
4d476f
4d476f
Expecting to be able to receive a key from the kernel that
4d476f
contains variables to be substituted doesn't make sense and
4d476f
to be able to use map keys with substitution would mean a full
4d476f
map scan for every lookup for all map sources. That is not
4d476f
unacceptable for large maps.
4d476f
---
4d476f
 CHANGELOG    |    1 +
4d476f
 man/autofs.5 |    7 ++++---
4d476f
 2 files changed, 5 insertions(+), 3 deletions(-)
4d476f
4d476f
--- autofs-5.0.7.orig/CHANGELOG
4d476f
+++ autofs-5.0.7/CHANGELOG
4d476f
@@ -101,6 +101,7 @@
4d476f
 - fix inconsistent error returns in handle_packet_missing_direct().
4d476f
 - simple coverity fixes.
4d476f
 - fixes for samples/auto.master.
4d476f
+- fix variable substitution description.
4d476f
 
4d476f
 25/07/2012 autofs-5.0.7
4d476f
 =======================
4d476f
--- autofs-5.0.7.orig/man/autofs.5
4d476f
+++ autofs-5.0.7/man/autofs.5
4d476f
@@ -157,9 +157,10 @@ The special character '&' will be replac
4d476f
 in the example above, a lookup for the key 'foo' would yield a mount
4d476f
 of server:/export/home/foo.
4d476f
 .SS Variable Substitution
4d476f
-The following special variables will be substituted in the key and location
4d476f
-fields of an automounter map if prefixed with $ as customary from shell
4d476f
-scripts (Curly braces can be used to separate the field name):
4d476f
+The following special variables will be substituted in the location
4d476f
+field of an automounter map entry if prefixed with $ as customary
4d476f
+from shell scripts (curly braces can be used to separate the field
4d476f
+name):
4d476f
 .sp
4d476f
 .RS +.2i
4d476f
 .ta 1.5i