svn commit: r356164 - head/tools/build/options

Kyle Evans kevans at FreeBSD.org
Sun Dec 29 02:11:59 UTC 2019


Author: kevans
Date: Sun Dec 29 02:11:58 2019
New Revision: 356164
URL: https://svnweb.freebsd.org/changeset/base/356164

Log:
  Change reference in HTTPD descriptions to 'simple_httpd'
  
  This should help people examining src.conf(5) draw the connection between
  the HTTPD knobs and the particular implementation we're installing,
  simple_httpd.
  
  Reported by:	saken658 via GitHub

Modified:
  head/tools/build/options/WITHOUT_HTTPD
  head/tools/build/options/WITH_HTTPD

Modified: head/tools/build/options/WITHOUT_HTTPD
==============================================================================
--- head/tools/build/options/WITHOUT_HTTPD	Sat Dec 28 23:40:32 2019	(r356163)
+++ head/tools/build/options/WITHOUT_HTTPD	Sun Dec 29 02:11:58 2019	(r356164)
@@ -1,2 +1,2 @@
 .\" $FreeBSD$
-Set to neither build nor install httpd
+Set to neither build nor install simple_httpd

Modified: head/tools/build/options/WITH_HTTPD
==============================================================================
--- head/tools/build/options/WITH_HTTPD	Sat Dec 28 23:40:32 2019	(r356163)
+++ head/tools/build/options/WITH_HTTPD	Sun Dec 29 02:11:58 2019	(r356164)
@@ -1,2 +1,2 @@
 .\" $FreeBSD$
-Set to build and install httpd
+Set to build and install simple_httpd


More information about the svn-src-head mailing list