]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move httpd to simple_httpd...
authorKyle Evans <kevans@FreeBSD.org>
Tue, 1 Oct 2019 18:14:37 +0000 (18:14 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Tue, 1 Oct 2019 18:14:37 +0000 (18:14 +0000)
commit546d30b94b6b9c398f0ff01200cadff8279d339d
tree379cdefdcdae5d76cfe66f930a3caeb0375851a9
parentf403831e6cbf1c566eafb02367f237925d66744e
Move httpd to simple_httpd...

This avoids PATH conflicts with a real httpd, as a user will likely almost
always prefer the more fully-featured httpd. This also lines up with the
historical name of the program.
usr.sbin/Makefile
usr.sbin/simple_httpd/Makefile [moved from usr.sbin/httpd/Makefile with 61% similarity]
usr.sbin/simple_httpd/README [moved from usr.sbin/httpd/README with 100% similarity]
usr.sbin/simple_httpd/simple_httpd.c [moved from usr.sbin/httpd/simple_httpd.c with 100% similarity]