Module Name: src Committed By: agc Date: Tue May 24 21:18:30 UTC 2016
Modified Files: src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c bozohttpd.h main.c Log Message: As proposed in: http://mail-index.netbsd.org/tech-userlevel/2016/05/18/msg009999.html and https://www.netbsd.org/~agc/bozo-20160517.diff add a patch to httpd to return the version string of httpd itself, and use the -G option on the command line to enable this. This gives httpd the ability to show, from the command line, what version is running. % /usr/build/obj/x86_64/usr/src/libexec/httpd/bozohttpd -G bozohttpd version bozohttpd/20160415 % To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/libexec/httpd/CHANGES cvs rdiff -u -r1.59 -r1.60 src/libexec/httpd/bozohttpd.8 cvs rdiff -u -r1.80 -r1.81 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.45 -r1.46 src/libexec/httpd/bozohttpd.h cvs rdiff -u -r1.13 -r1.14 src/libexec/httpd/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.