~ubuntu-branches/ubuntu/precise/autofs5/precise

« back to all changes in this revision

Viewing changes to debian/patches/autofs-5.0.5-make-documentation-for-set-log-priority-clearer.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-07-03 14:35:46 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110703143546-nej26krjij0rf792
Tags: 5.0.6-0ubuntu1
* New upstream release:
  - Dropped upstream patches 
  - Refreshed debian/patches/17ld.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
autofs-5.0.5 - make documentation for set-log-priority clearer
2
 
 
3
 
From: Jeff Moyer <jmoyer@redhat.com>
4
 
 
5
 
It is not apparent from the documentation of the --set-log-priority
6
 
option that the option can be used to change the log priority of the
7
 
damon while it is running.  This patch tries to fix that.
8
 
 
9
 
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
10
 
---
11
 
 
12
 
 CHANGELOG       |    1 +
13
 
 man/automount.8 |    4 +++-
14
 
 2 files changed, 4 insertions(+), 1 deletions(-)
15
 
 
16
 
 
17
 
diff --git a/CHANGELOG b/CHANGELOG
18
 
index 329b028..ccf2d32 100644
19
 
--- a/CHANGELOG
20
 
+++ b/CHANGELOG
21
 
@@ -10,6 +10,7 @@
22
 
 - fix stale initialization for file map instance.
23
 
 - add "preen" fsck for ext4 mounts.
24
 
 - don't use master_lex_destroy() to clear parse buffer.
25
 
+- make documentation for set-log-priority clearer.
26
 
 
27
 
 03/09/2009 autofs-5.0.5
28
 
 -----------------------
29
 
diff --git a/man/automount.8 b/man/automount.8
30
 
index 9fcaaf4..d9a45c2 100644
31
 
--- a/man/automount.8
32
 
+++ b/man/automount.8
33
 
@@ -77,7 +77,9 @@ changes. For example, if verbose logging is set in the configuration then
34
 
 attempting to set logging to basic logging, by using alert, crit, err
35
 
 or emerg won't stop the verbose logging. However, setting logging to debug
36
 
 will lead to everything (debug logging) being logged witch can then also
37
 
-be disabled, returning the daemon to verbose logging.
38
 
+be disabled, returning the daemon to verbose logging. This option can be
39
 
+specified to change the logging priority of an already running automount
40
 
+process.
41
 
 .P
42
 
 The \fIpath\fP argument corresponds to the automounted
43
 
 path name as specified in the master map.