Blame SOURCES/autofs-5.0.9-amd-lookup-update-man-page-autofs-config-description.patch

304803
autofs-5.0.9 - update man page autofs config description
304803
304803
From: Ian Kent <ikent@redhat.com>
304803
304803
304803
---
304803
 man/auto.master.5.in |   43 ++++++++++++++++++++++++++++++++++++++-----
304803
 1 file changed, 38 insertions(+), 5 deletions(-)
304803
304803
diff --git a/man/auto.master.5.in b/man/auto.master.5.in
304803
index eb31c93..59df04f 100644
304803
--- a/man/auto.master.5.in
304803
+++ b/man/auto.master.5.in
304803
@@ -205,14 +205,47 @@ or in the configuration.
304803
 Set the timeout for caching failed key lookups. This option can be
304803
 used to override the global default given either on the command line
304803
 or in the configuration.
304803
-.SH GENERAL SYSTEM DEFAULTS CONFIGURATION
304803
+.SH AUTOFS CONFIGURATION
304803
 .P
304803
-The default value of several general settings may be changed in the
304803
-configuration file
304803
+There are two files that amy contain configuration settings
304803
 .nh
304803
+.BR @@autofsmapdir@@/autofs.conf .
304803
+.hy
304803
+and
304803
 .BR @@autofsconfdir@@/autofs .
304803
 .hy
304803
-They are:
304803
+The former contains the bulk of configuration options while the later
304803
+contains entries to be set in the environment for use by the init
304803
+sub-system.
304803
+.TP
304803
+The only entry currently present in the init system configuration
304803
+is OPTIONS which may be used to specify options to be used when
304803
+starting
304803
+.BR automount (8) .
304803
+.TP
304803
+Previously all configuration entries were located in the init system
304803
+configuration file and their values were set in the environment for
304803
+later use by autofs. Configuration entries that were set in the
304803
+environment continue to be set in the environment at program startup
304803
+and any setting already present in the environment takes precedence.
304803
+.SH SYSTEM DEFAULTS CONFIGURATION
304803
+.P
304803
+The value of most settings may be set in the configuration file
304803
+.nh
304803
+.BR @@autofsmapdir@@/autofs.conf .
304803
+.hy
304803
+Configuration entries are "name = value" pairs and the name is case
304803
+insensitive. Older configuration names had a DEFAULTS_ prefix which
304803
+is appended to the configuration name when a value isn't found and
304803
+the search repeated.
304803
+.TP
304803
+An optional section name
304803
+.nh
304803
+.BR [ autofs ]
304803
+.hy
304803
+may also be given.
304803
+.TP
304803
+The available configuration entries are:
304803
 .TP
304803
 .B timeout
304803
 Sets the default mount timeout in seconds. The internal program
304803
@@ -308,7 +341,7 @@ The object classes and attributes used for accessing automount maps in
304803
 LDAP can be changed by setting entries in the autofs configuration
304803
 located in
304803
 .nh
304803
-.BR @@autofsconfdir@@/autofs .
304803
+.BR @@autofsmapdir@@/autofs.conf .
304803
 .hy
304803
 .TP
304803
 .B NOTE: