Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd add -V to the usage() list. noted by Swift Gr...
details: https://anonhg.NetBSD.org/src/rev/23866d113075
branches: trunk
changeset: 818265:23866d113075
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Oct 04 18:26:47 2016 +0000
description:
add -V to the usage() list. noted by Swift Griggs on netbsd-users.
diffstat:
libexec/httpd/main.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3b8881805406 -r 23866d113075 libexec/httpd/main.c
--- a/libexec/httpd/main.c Tue Oct 04 18:23:24 2016 +0000
+++ b/libexec/httpd/main.c Tue Oct 04 18:26:47 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.14 2016/05/24 21:18:29 agc Exp $ */
+/* $NetBSD: main.c,v 1.15 2016/10/04 18:26:47 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 */
@@ -101,6 +101,7 @@
bozowarn(httpd,
" -v virtualroot\tenable virtual host support "
"in this directory");
+ bozowarn(httpd, " -V\t\tUnknown virtual hosts go to `slashdir'");
#ifndef NO_DIRINDEX_SUPPORT
bozowarn(httpd,
" -X\t\t\tenable automatic directory index support");
Home |
Main Index |
Thread Index |
Old Index