diff options
Diffstat (limited to 'meta/recipes-extended/logrotate/logrotate-3.8.1/update-the-manual.patch')
| -rw-r--r-- | meta/recipes-extended/logrotate/logrotate-3.8.1/update-the-manual.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate-3.8.1/update-the-manual.patch b/meta/recipes-extended/logrotate/logrotate-3.8.1/update-the-manual.patch new file mode 100644 index 0000000000..5cab64947b --- /dev/null +++ b/meta/recipes-extended/logrotate/logrotate-3.8.1/update-the-manual.patch | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | Update the manual | ||
| 2 | |||
| 3 | * Update the mannual | ||
| 4 | * Fix a bug in the mannual(\f should be \fR) | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
| 9 | --- | ||
| 10 | logrotate.8 | 9 ++++----- | ||
| 11 | 1 files changed, 4 insertions(+), 5 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/logrotate.8 b/logrotate.8 | ||
| 14 | index 8b34167..5f15432 100644 | ||
| 15 | --- a/logrotate.8 | ||
| 16 | +++ b/logrotate.8 | ||
| 17 | @@ -374,10 +374,9 @@ Do not rotate the log if it is empty (this overrides the \fBifempty\fR option). | ||
| 18 | .TP | ||
| 19 | \fBolddir \fIdirectory\fR | ||
| 20 | Logs are moved into \fIdirectory\fR for rotation. The \fIdirectory\fR | ||
| 21 | -must be on the same physical device as the log file being rotated, | ||
| 22 | -and is assumed to be relative to the directory holding the log file | ||
| 23 | -unless an absolute path name is specified. When this option is used all | ||
| 24 | -old versions of the log end up in \fIdirectory\fR. This option may be | ||
| 25 | +is assumed to be relative to the directory holding the log file unless | ||
| 26 | +an absolute path name is specified. When this option is used all old | ||
| 27 | +versions of the log end up in \fIdirectory\fR. This option may be | ||
| 28 | overridden by the \fBnoolddir\fR option. | ||
| 29 | |||
| 30 | .TP | ||
| 31 | @@ -435,7 +434,7 @@ Log files are rotated only if they grow bigger then \fIsize\fR bytes. If | ||
| 32 | \fIsize\fR is followed by \fIk\fR, the size is assumed to be in kilobytes. | ||
| 33 | If the \fIM\fR is used, the size is in megabytes, and if \fIG\fR is used, the | ||
| 34 | size is in gigabytes. So \fBsize 100\fR, \fIsize 100k\fR, \fIsize 100M\fR and | ||
| 35 | -\fIsize 100G\f are all valid. | ||
| 36 | +\fIsize 100G\fR are all valid. | ||
| 37 | |||
| 38 | .TP | ||
| 39 | \fBsharedscripts\fR | ||
| 40 | -- | ||
| 41 | 1.7.4.1 | ||
| 42 | |||
