summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2005-09-14 19:14:08 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2005-09-14 19:14:08 +0000
commit94b6869b4ad531d2f998cf19c179715fac2db970 (patch)
tree851960231e067c8e39af41cd27d668e007a5ba5f /app-admin/logrotate/files
parentMarked ppc and added patch for -mpowerpc-gfxopt fix. Thanks bambam. (Bug #99198) (diff)
downloadhistorical-94b6869b4ad531d2f998cf19c179715fac2db970.tar.gz
historical-94b6869b4ad531d2f998cf19c179715fac2db970.tar.bz2
historical-94b6869b4ad531d2f998cf19c179715fac2db970.zip
Fix default status file in manpage. Bug #105958
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-admin/logrotate/files')
-rw-r--r--app-admin/logrotate/files/logrotate-3.7.1-manpage-fixes.patch16
1 files changed, 11 insertions, 5 deletions
diff --git a/app-admin/logrotate/files/logrotate-3.7.1-manpage-fixes.patch b/app-admin/logrotate/files/logrotate-3.7.1-manpage-fixes.patch
index d4492447ed73..6c267f799679 100644
--- a/app-admin/logrotate/files/logrotate-3.7.1-manpage-fixes.patch
+++ b/app-admin/logrotate/files/logrotate-3.7.1-manpage-fixes.patch
@@ -1,6 +1,6 @@
-diff -u -ruN logrotate-3.7.1.orig/logrotate.8 logrotate-3.7.1/logrotate.8
+diff --exclude-from=/home/dang/.diffrc -u -ruN logrotate-3.7.1.orig/logrotate.8 logrotate-3.7.1/logrotate.8
--- logrotate-3.7.1.orig/logrotate.8 2003-08-07 07:13:14.000000000 -0400
-+++ logrotate-3.7.1/logrotate.8 2005-05-24 12:13:09.000000000 -0400
++++ logrotate-3.7.1/logrotate.8 2005-09-14 15:00:46.000000000 -0400
@@ -3,7 +3,8 @@
.SH NAME
logrotate \- rotates, compresses, and mails system logs
@@ -61,8 +61,9 @@ diff -u -ruN logrotate-3.7.1.orig/logrotate.8 logrotate-3.7.1/logrotate.8
+\fB-s\fR, \fB-\-state <statefile>\fR
Tells \fBlogrotate\fR to use an alternate state file. This is useful
-if logrotate is being run as a different user for various sets of
+-log files. The default state file is \fI/var/lib/logrotate/status\fR.
+if \fBlogrotate\fR is being run as a different user for various sets of
- log files. The default state file is \fI/var/lib/logrotate/status\fR.
++log files. The default state file is \fI/var/lib/logrotate.status\fR.
.TP
\fB-\-usage\fR
@@ -341,7 +342,7 @@ diff -u -ruN logrotate-3.7.1.orig/logrotate.8 logrotate-3.7.1/logrotate.8
option.
.TP
-@@ -377,18 +386,20 @@
+@@ -377,34 +386,40 @@
.TP
\fBtabooext\fR [+] \fIlist\fR
The current taboo extension list is changed (see the \fBinclude\fR directive
@@ -367,7 +368,12 @@ diff -u -ruN logrotate-3.7.1.orig/logrotate.8 logrotate-3.7.1/logrotate.8
.SH FILES
.PD 0
-@@ -400,11 +411,15 @@
+ .TP 27
+-\fI/var/lib/logrotate/status\fR
++\fI/var/lib/logrotate.status\fR
+ Default state file.
+ .TP 27
+ \fI/etc/logrotate.conf\fR
Configuration options.
.SH SEE ALSO