summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-23 16:11:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-23 17:37:41 +0000
commit04faba56f1c8637d6b6ad71a67f31fce11ad6dc1 (patch)
tree9aeea902c2132d78c8c0bdea92fb86ff6bf953c1 /meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
parent687c79772819f98359a21eda2b62e9536885a64f (diff)
downloadpoky-04faba56f1c8637d6b6ad71a67f31fce11ad6dc1.tar.gz
Revert "logrotate: 3.8.8 -> 3.8.9"
This reverts commit 0a69248db774f169318fc5954c805f0a7e8803dc. The update causes QA failures on the autobuilder. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/logrotate/logrotate/update-the-manual.patch')
-rw-r--r--meta/recipes-extended/logrotate/logrotate/update-the-manual.patch26
1 files changed, 10 insertions, 16 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch b/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
index 50d037d5a1..517acdd27e 100644
--- a/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
+++ b/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
@@ -1,32 +1,26 @@
1From e0b0fe30e9c49234994a20a86aacfaf80e690087 Mon Sep 17 00:00:00 2001 1Update the manual
2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Tue, 17 Feb 2015 21:14:37 -0800
4Subject: [PATCH] Update the manual
5 2
6Update the manual for rotating on different filesystems. 3Update the manual for rotating on different filesystems.
7 4
8Upstream-Status: Pending 5Upstream-Status: Submitted
9 6
10Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 7Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
11--- 8---
12 logrotate.8 | 10 ++++------ 9 logrotate.8 | 7 +++----
13 1 file changed, 4 insertions(+), 6 deletions(-) 10 1 files changed, 3 insertions(+), 4 deletions(-)
14 11
15diff --git a/logrotate.8 b/logrotate.8 12diff --git a/logrotate.8 b/logrotate.8
16index e4e5f48..84407d0 100644 13index 8b34167..5f15432 100644
17--- a/logrotate.8 14--- a/logrotate.8
18+++ b/logrotate.8 15+++ b/logrotate.8
19@@ -405,12 +405,10 @@ Do not rotate the log if it is empty (this overrides the \fBifempty\fR option). 16@@ -374,10 +374,9 @@ Do not rotate the log if it is empty (this overrides the \fBifempty\fR option).
20
21 .TP 17 .TP
22 \fBolddir \fIdirectory\fR 18 \fBolddir \fIdirectory\fR
23-Logs are moved into \fIdirectory\fR for rotation. The \fIdirectory\fR must be 19 Logs are moved into \fIdirectory\fR for rotation. The \fIdirectory\fR
24-on the same physical device as the log file being rotated, unless \fBcopy\fR, 20-must be on the same physical device as the log file being rotated,
25-\fBcopytruncate\fR or \fBrenamecopy\fR option is used. The \fIdirectory\fR 21-and is assumed to be relative to the directory holding the log file
26-is assumed to be relative to the directory holding the log file
27-unless an absolute path name is specified. When this option is used all 22-unless an absolute path name is specified. When this option is used all
28-old versions of the log end up in \fIdirectory\fR. This option may be 23-old versions of the log end up in \fIdirectory\fR. This option may be
29+Logs are moved into \fIdirectory\fR for rotation. The \fIdirectory\fR
30+is assumed to be relative to the directory holding the log file unless 24+is assumed to be relative to the directory holding the log file unless
31+an absolute path name is specified. When this option is used all old 25+an absolute path name is specified. When this option is used all old
32+versions of the log end up in \fIdirectory\fR. This option may be 26+versions of the log end up in \fIdirectory\fR. This option may be
@@ -34,5 +28,5 @@ index e4e5f48..84407d0 100644
34 28
35 .TP 29 .TP
36-- 30--
371.7.9.5 311.7.4.1
38 32