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

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