summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-01-02 03:29:45 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-06 11:13:57 +0000
commit907c8ce6250752fe06476e037b99a6ac88b8500d (patch)
tree92b99fd0b527fe61444199c982d7a947fc2ee043 /meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
parent63281708fab30adc4ca1a506deefbf8a54dcce6d (diff)
downloadpoky-907c8ce6250752fe06476e037b99a6ac88b8500d.tar.gz
logrotate: upgrade to 3.8.7
* Upgrade to 3.8.7 * Rename the patches dir from logrotate-3.8.1 -> logrotate * Remove grotate-CVE-2011-1548.patch since it had been fixed * Update act-as-mv-when-rotate.patch and update-the-manual.patch to make them work with the higher version, and send them to the upstream * Fix the HOMEPAGE (From OE-Core rev: e15d7955a98cfd6923775cdb3aa61756d4f58c2d) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 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.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch b/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
new file mode 100644
index 0000000000..517acdd27e
--- /dev/null
+++ b/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
@@ -0,0 +1,32 @@
1Update the manual
2
3Update the manual for rotating on different filesystems.
4
5Upstream-Status: Submitted
6
7Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
8---
9 logrotate.8 | 7 +++----
10 1 files changed, 3 insertions(+), 4 deletions(-)
11
12diff --git a/logrotate.8 b/logrotate.8
13index 8b34167..5f15432 100644
14--- a/logrotate.8
15+++ b/logrotate.8
16@@ -374,10 +374,9 @@ Do not rotate the log if it is empty (this overrides the \fBifempty\fR option).
17 .TP
18 \fBolddir \fIdirectory\fR
19 Logs are moved into \fIdirectory\fR for rotation. The \fIdirectory\fR
20-must be on the same physical device as the log file being rotated,
21-and 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
23-old versions of the log end up in \fIdirectory\fR. This option may be
24+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
26+versions of the log end up in \fIdirectory\fR. This option may be
27 overridden by the \fBnoolddir\fR option.
28
29 .TP
30--
311.7.4.1
32