openbsd-ports/www/apache-httpd/patches/patch-support_rotatelogs_c

13 lines
730 B
Plaintext
Raw Normal View History

$OpenBSD: patch-support_rotatelogs_c,v 1.4 2008/09/02 22:05:23 bernd Exp $
--- support/rotatelogs.c.orig Fri May 9 15:43:24 2008
+++ support/rotatelogs.c Thu Jul 24 12:22:15 2008
@@ -86,7 +86,7 @@ static void usage(const char *argv0, const char *reaso
"or \n\nTransferLog \"|%s /some/where 5M\"\n\n", argv0);
#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"