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