Module Name: src
Committed By: mrg
Date: Tue Oct 4 18:33:00 UTC 2016
Modified Files:
src/libexec/httpd: bozohttpd.8 bozohttpd.c main.c
Log Message:
update the -V documentation to be more clear about what it does.
inspired by Swift Griggs on netbsd-users.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/libexec/httpd/bozohttpd.8
cvs rdiff -u -r1.82 -r1.83 src/libexec/httpd/bozohttpd.c
cvs rdiff -u -r1.15 -r1.16 src/libexec/httpd/main.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.8
diff -u src/libexec/httpd/bozohttpd.8:1.60 src/libexec/httpd/bozohttpd.8:1.61
--- src/libexec/httpd/bozohttpd.8:1.60 Tue May 24 21:18:29 2016
+++ src/libexec/httpd/bozohttpd.8 Tue Oct 4 18:33:00 2016
@@ -1,8 +1,8 @@
-.\" $NetBSD: bozohttpd.8,v 1.60 2016/05/24 21:18:29 agc Exp $
+.\" $NetBSD: bozohttpd.8,v 1.61 2016/10/04 18:33:00 mrg Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
.\"
-.\" Copyright (c) 1997-2015 Matthew R. Green
+.\" Copyright (c) 1997-2016 Matthew R. Green
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd May 17, 2016
+.Dd October 4, 2016
.Dt BOZOHTTPD 8
.Os
.Sh NAME
@@ -276,8 +276,9 @@ translation.
Note that enabling this support implies that users can run
commands as web server user, this may have security implications.
.It Fl V
-Sets the default virtual host directory to
-.Ar slashdir .
+Sets the backup virtual host directory to the
+.Ar slashdir
+argument.
If no directory exists in
.Ar virtualroot
for the request, then
@@ -530,7 +531,7 @@ The focus has always been simplicity and
and regular code audits.
This manual documents
.Nm
-version 20150501.
+version 20160415.
.Sh AUTHORS
.An -nosplit
.Nm
Index: src/libexec/httpd/bozohttpd.c
diff -u src/libexec/httpd/bozohttpd.c:1.82 src/libexec/httpd/bozohttpd.c:1.83
--- src/libexec/httpd/bozohttpd.c:1.82 Thu Jun 30 13:17:48 2016
+++ src/libexec/httpd/bozohttpd.c Tue Oct 4 18:33:00 2016
@@ -1,9 +1,9 @@
-/* $NetBSD: bozohttpd.c,v 1.82 2016/06/30 13:17:48 mrg Exp $ */
+/* $NetBSD: bozohttpd.c,v 1.83 2016/10/04 18:33:00 mrg Exp $ */
/* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */
/*
- * Copyright (c) 1997-2015 Matthew R. Green
+ * Copyright (c) 1997-2016 Matthew R. Green
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Index: src/libexec/httpd/main.c
diff -u src/libexec/httpd/main.c:1.15 src/libexec/httpd/main.c:1.16
--- src/libexec/httpd/main.c:1.15 Tue Oct 4 18:26:47 2016
+++ src/libexec/httpd/main.c Tue Oct 4 18:33:00 2016
@@ -1,10 +1,10 @@
-/* $NetBSD: main.c,v 1.15 2016/10/04 18:26:47 mrg Exp $ */
+/* $NetBSD: main.c,v 1.16 2016/10/04 18:33:00 mrg Exp $ */
/* $eterna: main.c,v 1.6 2011/11/18 09:21:15 mrg Exp $ */
/* from: eterna: bozohttpd.c,v 1.159 2009/05/23 02:14:30 mrg Exp */
/*
- * Copyright (c) 1997-2014 Matthew R. Green
+ * Copyright (c) 1997-2016 Matthew R. Green
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without