openbsd-ports/www/apache-httpd/patches/patch-docs_man_rotatelogs_8
deanna 57d706b321 Update to 2.2.4. This is principally a bugfix release. See
Changelog: http://www.apache.org/dist/httpd/CHANGES_2.2

While here, regen patches with the new diff.

ok dlg
2007-03-25 17:40:55 +00:00

53 lines
1.6 KiB
Plaintext

$OpenBSD: patch-docs_man_rotatelogs_8,v 1.2 2007/03/25 17:40:55 deanna Exp $
--- docs/man/rotatelogs.8.orig Sat Nov 20 15:16:24 2004
+++ docs/man/rotatelogs.8 Sun Mar 25 13:21:04 2007
@@ -19,25 +19,25 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "ROTATELOGS" 8 "2004-06-20" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS2" 8 "2004-06-20" "Apache HTTP Server" "rotatelogs2"
.SH NAME
-rotatelogs \- Piped logging program to rotate Apache logs
+rotatelogs2 \- Piped logging program to rotate Apache logs
.SH "SYNOPSIS"
.PP
-\fBrotatelogs\fR [ -\fBl\fR ] \fIlogfile\fR [ \fIrotationtime\fR [ \fIoffset\fR ]] | [ \fIfilesize\fRM ]
+\fBrotatelogs2\fR [ -\fBl\fR ] \fIlogfile\fR [ \fIrotationtime\fR [ \fIoffset\fR ]] | [ \fIfilesize\fRM ]
.SH "SUMMARY"
.PP
-rotatelogs is a simple program for use in conjunction with Apache's piped logfile feature\&. For example:
+rotatelogs2 is a simple program for use in conjunction with Apache's piped logfile feature\&. For example:
.nf
- CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common
+ CustomLog "|bin/rotatelogs2 /var/logs/logfile 86400" common
.fi
@@ -46,7 +46,7 @@ This creates the files /var/logs/logfile\&.nnnn where
.nf
- CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
+ CustomLog "|bin/rotatelogs2 /var/logs/logfile 5M" common
.fi
@@ -55,7 +55,7 @@ This configuration will rotate the logfile whenever it
.nf
- ErrorLog "|bin/rotatelogs /var/logs/errorlog\&.%Y-%m-%d-%H_%M_%S 5M"
+ ErrorLog "|bin/rotatelogs2 /var/logs/errorlog\&.%Y-%m-%d-%H_%M_%S 5M"
.fi