summaryrefslogtreecommitdiffstats
path: root/patches/logrotate-3.7.1/man-rh-1.patch
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-06-10 10:57:52 +0000
committerWolfram Sang <w.sang@pengutronix.de>2009-06-10 10:57:52 +0000
commit0c5c03d095485f7521d96cd44314f9a0ee826232 (patch)
tree1df111a8270ba417537931cc6e1a4952b3000ee9 /patches/logrotate-3.7.1/man-rh-1.patch
parentd3ee0775cadf505c4bae7b1df483d73bf8294815 (diff)
downloadptxdist-0c5c03d095485f7521d96cd44314f9a0ee826232.tar.gz
ptxdist-0c5c03d095485f7521d96cd44314f9a0ee826232.tar.xz
* patches: remove 'generic'-layer
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10711 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/logrotate-3.7.1/man-rh-1.patch')
-rw-r--r--patches/logrotate-3.7.1/man-rh-1.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/patches/logrotate-3.7.1/man-rh-1.patch b/patches/logrotate-3.7.1/man-rh-1.patch
new file mode 100644
index 000000000..c4c6d8fd7
--- /dev/null
+++ b/patches/logrotate-3.7.1/man-rh-1.patch
@@ -0,0 +1,26 @@
+Fixes from upstream 3.7.1-4:
+ * Typo and missing information in man page (#139346)
+
+Index: logrotate-3.7.1/logrotate.8
+===================================================================
+--- logrotate-3.7.1.orig/logrotate.8 2006-04-08 21:16:19.525257240 +0100
++++ logrotate-3.7.1/logrotate.8 2006-04-08 21:17:39.954145340 +0100
+@@ -126,7 +126,8 @@
+ Each is rotated whenever it grows over 100k is size, and the old log
+ files are mailed (uncompressed) to www@my.org after going through 5
+ rotations, rather then being removed. The \fBsharedscripts\fR means that
+-the \fBpostrotate\fR script will only be run once, not once for each
++the \fBpostrotate\fR script will only be run once (after the old logs
++have been compressed), not once for each
+ log which is rotated. Note that log file names may be enclosed in
+ quotes (and that quotes are required if the name contains spaces).
+ Normal shell quoting rules apply, with \fB'\fR, \fB"\fR, and \fB\\\fR
+@@ -384,7 +385,7 @@
+ are only run once, no matter how many logs match the wildcarded pattern.
+ However, if none of the logs in the pattern require rotating, the scripts
+ will not be run at all. This option overrides the \fBnosharedscripts\fR
+-option.
++option and implies \fBcreate\fR option.
+
+ .TP
+ \fBstart \fIcount\fR