From owner-svn-src-head@FreeBSD.ORG Sat Jul 14 10:17:48 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 838161065675; Sat, 14 Jul 2012 10:17:48 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD698FC15; Sat, 14 Jul 2012 10:17:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6EAHmYZ022918; Sat, 14 Jul 2012 10:17:48 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6EAHmsF022915; Sat, 14 Jul 2012 10:17:48 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201207141017.q6EAHmsF022915@svn.freebsd.org> From: Niclas Zeising Date: Sat, 14 Jul 2012 10:17:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238448 - in head: share/man/man5 tools/build/options X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2012 10:17:48 -0000 Author: zeising (ports committer) Date: Sat Jul 14 10:17:47 2012 New Revision: 238448 URL: http://svn.freebsd.org/changeset/base/238448 Log: Change language in WITH_BSDCONFIG to match other options, and regen src.conf(5), which was missed in r238438. Approved by: joel (mentor) Modified: head/share/man/man5/src.conf.5 head/tools/build/options/WITH_BSDCONFIG Modified: head/share/man/man5/src.conf.5 ============================================================================== --- head/share/man/man5/src.conf.5 Sat Jul 14 08:54:42 2012 (r238447) +++ head/share/man/man5/src.conf.5 Sat Jul 14 10:17:47 2012 (r238448) @@ -1,7 +1,7 @@ .\" DO NOT EDIT-- this file is automatically generated. .\" from FreeBSD: head/tools/build/options/makeman 236279 2012-05-30 02:37:20Z gjb .\" $FreeBSD$ -.Dd July 2, 2012 +.Dd July 14, 2012 .Dt SRC.CONF 5 .Os .Sh NAME @@ -220,6 +220,9 @@ Set to not build Bluetooth related kerne .It Va WITHOUT_BOOT .\" from FreeBSD: head/tools/build/options/WITHOUT_BOOT 156932 2006-03-21 07:50:50Z ru Set to not build the boot blocks and loader. +.It Va WITH_BSDCONFIG +.\" from FreeBSD: head/tools/build/options/WITH_BSDCONFIG 238438 2012-07-14 03:16:57Z dteske +Set to install bsdconfig(8), a BSD-licensed configuration/management utility. .It Va WITHOUT_BSD_CPIO .\" from FreeBSD: head/tools/build/options/WITHOUT_BSD_CPIO 179813 2008-06-16 05:48:15Z dougb Set to not build the BSD licensed version of cpio based on Modified: head/tools/build/options/WITH_BSDCONFIG ============================================================================== --- head/tools/build/options/WITH_BSDCONFIG Sat Jul 14 08:54:42 2012 (r238447) +++ head/tools/build/options/WITH_BSDCONFIG Sat Jul 14 10:17:47 2012 (r238448) @@ -1,2 +1,2 @@ .\" $FreeBSD$ -Install bsdconfig(8), a BSD-licensed configuration/management utility. +Set to install bsdconfig(8), a BSD-licensed configuration/management utility.