Ian Kent f0c294
autofs-5.0.5 - make documentation for set-log-priority clearer
Ian Kent f0c294
Ian Kent f0c294
From: Jeff Moyer <jmoyer@redhat.com>
Ian Kent f0c294
Ian Kent f0c294
It is not apparent from the documentation of the --set-log-priority
Ian Kent f0c294
option that the option can be used to change the log priority of the
Ian Kent f0c294
damon while it is running.  This patch tries to fix that.
Ian Kent f0c294
Ian Kent f0c294
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Ian Kent f0c294
---
Ian Kent f0c294
Ian Kent f0c294
 CHANGELOG       |    1 +
Ian Kent f0c294
 man/automount.8 |    4 +++-
Ian Kent f0c294
 2 files changed, 4 insertions(+), 1 deletions(-)
Ian Kent f0c294
Ian Kent f0c294
Ian Kent f0c294
diff --git a/CHANGELOG b/CHANGELOG
Ian Kent f0c294
index 329b028..ccf2d32 100644
Ian Kent f0c294
--- a/CHANGELOG
Ian Kent f0c294
+++ b/CHANGELOG
Ian Kent f0c294
@@ -10,6 +10,7 @@
Ian Kent f0c294
 - fix stale initialization for file map instance.
Ian Kent f0c294
 - add "preen" fsck for ext4 mounts.
Ian Kent f0c294
 - don't use master_lex_destroy() to clear parse buffer.
Ian Kent f0c294
+- make documentation for set-log-priority clearer.
Ian Kent f0c294
 
Ian Kent f0c294
 03/09/2009 autofs-5.0.5
Ian Kent f0c294
 -----------------------
Ian Kent f0c294
diff --git a/man/automount.8 b/man/automount.8
Ian Kent f0c294
index 9fcaaf4..d9a45c2 100644
Ian Kent f0c294
--- a/man/automount.8
Ian Kent f0c294
+++ b/man/automount.8
Ian Kent f0c294
@@ -77,7 +77,9 @@ changes. For example, if verbose logging is set in the configuration then
Ian Kent f0c294
 attempting to set logging to basic logging, by using alert, crit, err
Ian Kent f0c294
 or emerg won't stop the verbose logging. However, setting logging to debug
Ian Kent f0c294
 will lead to everything (debug logging) being logged witch can then also
Ian Kent f0c294
-be disabled, returning the daemon to verbose logging.
Ian Kent f0c294
+be disabled, returning the daemon to verbose logging. This option can be
Ian Kent f0c294
+specified to change the logging priority of an already running automount
Ian Kent f0c294
+process.
Ian Kent f0c294
 .P
Ian Kent f0c294
 The \fIpath\fP argument corresponds to the automounted
Ian Kent f0c294
 path name as specified in the master map.