Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 02:11:58 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356164 - head/tools/build/options
Message-ID:  <201912290211.xBT2Bw63018154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912290211.xBT2Bw63018154>