Module Name: src
Committed By: mrg
Date: Sat Nov 24 02:35:13 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
call this bozohttpd 20181124.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/libexec/httpd/bozohttpd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/bozohttpd.c
diff -u src/libexec/httpd/bozohttpd.c:1.95 src/libexec/httpd/bozohttpd.c:1.96
--- src/libexec/httpd/bozohttpd.c:1.95 Sat Nov 24 00:47:51 2018
+++ src/libexec/httpd/bozohttpd.c Sat Nov 24 02:35:13 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: bozohttpd.c,v 1.95 2018/11/24 00:47:51 mrg Exp $ */
+/* $NetBSD: bozohttpd.c,v 1.96 2018/11/24 02:35:13 mrg Exp $ */
/* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */
@@ -109,7 +109,7 @@
#define INDEX_HTML "index.html"
#endif
#ifndef SERVER_SOFTWARE
-#define SERVER_SOFTWARE "bozohttpd/20181123"
+#define SERVER_SOFTWARE "bozohttpd/20181124"
#endif
#ifndef PUBLIC_HTML
#define PUBLIC_HTML "public_html"