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

13 lines
730 B
Plaintext

$OpenBSD: patch-support_rotatelogs_c,v 1.3 2008/01/28 19:48:47 bernd Exp $
--- support/rotatelogs.c.orig Wed Jan 23 22:25:37 2008
+++ support/rotatelogs.c Wed Jan 23 22:25:43 2008
@@ -83,7 +83,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"