Module Name:    src
Committed By:   mrg
Date:           Thu Jan  2 08:47:38 UTC 2014

Modified Files:
        src/libexec/httpd: bozohttpd.8

Log Message:
sort the contributor list, and update the defines list to include lua.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/libexec/httpd/bozohttpd.8

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.8
diff -u src/libexec/httpd/bozohttpd.8:1.42 src/libexec/httpd/bozohttpd.8:1.43
--- src/libexec/httpd/bozohttpd.8:1.42	Thu Jan  2 08:22:59 2014
+++ src/libexec/httpd/bozohttpd.8	Thu Jan  2 08:47:38 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bozohttpd.8,v 1.42 2014/01/02 08:22:59 mrg Exp $
+.\"	$NetBSD: bozohttpd.8,v 1.43 2014/01/02 08:47:38 mrg Exp $
 .\"
 .\"	$eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
 .\"
@@ -368,11 +368,15 @@ Support for these protocols is very mini
 not supported.
 .Pp
 .Nm
-can be compiled without CGI support (NO_CGIBIN_SUPPORT), user
-transformations (NO_USER_SUPPORT), directory index support (NO_DIRINDEX_SUPPORT),
-daemon mode support (NO_DAEMON_MODE), and dynamic MIME content
-(NO_DYNAMIC_CONTENT), and SSL support (NO_SSL_SUPPORT) by defining the listed
-macros when building
+can be compiled without
+CGI support (NO_CGIBIN_SUPPORT),
+user transformations (NO_USER_SUPPORT),
+directory index support (NO_DIRINDEX_SUPPORT),
+daemon mode support (NO_DAEMON_MODE),
+dynamic MIME content (NO_DYNAMIC_CONTENT),
+Lua suport (NO_LUA_SUPPORT),
+and SSL support (NO_SSL_SUPPORT)
+by defining the listed macros when building
 .Nm .
 .Ss HTTP BASIC AUTHORISATION
 .Nm
@@ -522,10 +526,6 @@ The large list of contributors includes:
 .Aq Mt mbal...@netbsd.org
 added Lua support for dynamic content creation
 .It
-.An Arnaud Lacombe
-.Aq Mt a...@netbsd.org
-provided some clean up for memory leaks
-.It
 .An Christoph Badura
 .Aq Mt b...@bsd.de
 provided Range: header support
@@ -542,6 +542,11 @@ provided an IPv6 bugfix
 .Aq Mt ch...@research.att.com
 provided cgi-bin support fixes, and more
 .It
+.An Alistair G. Crooks
+.Aq Mt a...@netbsd.org
+cleaned up many internal interfaces, made bozohttpd linkable as a
+library and provided the Lua binding.
+.It
 .An DEGROOTE Arnaud
 .Aq Mt degro...@netbsd.org
 provided a fix for daemon mode
@@ -554,11 +559,6 @@ provided directory indexing support
 .Aq Mt p...@pdc.kth.se
 provided a fix for a minor (non-security) buffer overflow condition
 .It
-.An Alistair G. Crooks
-.Aq Mt a...@netbsd.org
-cleaned up many internal interfaces, made bozohttpd linkable as a
-library and provided the Lua binding.
-.It
 .An Roland Dowdeswell
 .Aq Mt el...@netbsd.org
 added support for serving gzipped files and better SSL handling
@@ -595,6 +595,10 @@ provided fixes for HTTP basic authorisat
 .Aq Mt w...@netbsd.org
 provided many fixes and enhancements for the man page
 .It
+.An Arnaud Lacombe
+.Aq Mt a...@netbsd.org
+provided some clean up for memory leaks
+.It
 .An Johnny Lam
 .Aq Mt j...@netbsd.org
 provided man page fixes

Reply via email to