Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd call this 20141225.



details:   https://anonhg.NetBSD.org/src/rev/2cbdde6ddf01
branches:  trunk
changeset: 805240:2cbdde6ddf01
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Dec 25 18:53:06 2014 +0000

description:
call this 20141225.

diffstat:

 libexec/httpd/bozohttpd.8 |  6 +++---
 libexec/httpd/bozohttpd.c |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r c2154b3b4be4 -r 2cbdde6ddf01 libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Thu Dec 25 17:24:25 2014 +0000
+++ b/libexec/httpd/bozohttpd.8 Thu Dec 25 18:53:06 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bozohttpd.8,v 1.46 2014/02/09 12:32:32 mrg Exp $
+.\"    $NetBSD: bozohttpd.8,v 1.47 2014/12/25 18:53:06 mrg Exp $
 .\"
 .\"    $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
 .\"
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd February 9, 2014
+.Dd December 25, 2025
 .Dt HTTPD 8
 .Os
 .Sh NAME
@@ -513,7 +513,7 @@
 and regular code audits.
 This manual documents
 .Nm
-version 20140201.
+version 20141225.
 .Sh AUTHORS
 .An -nosplit
 .Nm
diff -r c2154b3b4be4 -r 2cbdde6ddf01 libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Thu Dec 25 17:24:25 2014 +0000
+++ b/libexec/httpd/bozohttpd.c Thu Dec 25 18:53:06 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bozohttpd.c,v 1.59 2014/11/21 08:58:28 shm Exp $       */
+/*     $NetBSD: bozohttpd.c,v 1.60 2014/12/25 18:53:06 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/20141009"
+#define SERVER_SOFTWARE                "bozohttpd/20141225"
 #endif
 #ifndef DIRECT_ACCESS_FILE
 #define DIRECT_ACCESS_FILE     ".bzdirect"



Home | Main Index | Thread Index | Old Index