openbsd-ports/www/apache-httpd/patches/patch-support_rotatelogs_c
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

13 lines
755 B
Plaintext

$OpenBSD: patch-support_rotatelogs_c,v 1.2 2007/03/25 17:40:55 deanna Exp $
--- support/rotatelogs.c.orig Wed Dec 13 07:11:56 2006
+++ support/rotatelogs.c Sun Mar 25 13:21:04 2007
@@ -107,7 +107,7 @@ int main (int argc, const char * const argv[])
"or \n\nTransferLog \"|%s /some/where 5M\"\n\n", argv[0]);
#endif
fprintf(stderr,
- "to httpd.conf. The generated name will be /some/where.nnnn "
+ "to httpd2.conf. The generated name will be /some/where.nnnn "
"where nnnn is the\nsystem time at which the log nominally "
"starts (N.B. if using a rotation time,\nthe time will always "
"be a multiple of the rotation time, so you can synchronize\n"