From owner-freebsd-current@FreeBSD.ORG Mon Jun 25 00:14:46 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19CB2106568A; Mon, 25 Jun 2012 00:14:46 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [93.89.92.64]) by mx1.freebsd.org (Postfix) with ESMTP id BC3188FC20; Mon, 25 Jun 2012 00:14:42 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id B5CCCE655A; Mon, 25 Jun 2012 01:15:47 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=mail; bh=UYEHX/+7gehl hSq/5UyjCEFP5I8=; b=GcdwbewrKfMi25btFFxAFSC5+WxVFfbjEL5EU1jz+eIc EQCc8qr/oRREl/7PENGDgi+r4oafl/aiG7aMHJacFIB5PAoKAfPmyuGwEt0Xppvn lRl3Wpw4T7+6uvsW41Yjrf3yW1lgCPxaO9K0AJQf1Aj11q6CFykNF/T+e1Kb3Kw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=IBwWSK 6Xm3XoTnJczk3JOeFxZdojmiaaULoOZegcA67yNCFgM7ec4p1HD2WKfh6T7oBpJp sov5m+3ueq7GomOYwvWSI3nSjyqB3NP9PbBMuQsUTXgsNYjCW9fBy5VDIZ0Hl8Dk 3mQDOu9HTpuC0ldPc1EBexdgL9klf/Aug8aUQ= Received: from [192.168.2.12] (unknown [93.89.81.205]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 74EA2E64EF; Mon, 25 Jun 2012 01:15:47 +0100 (BST) Message-ID: <4FE7AD6E.7000301@cran.org.uk> Date: Mon, 25 Jun 2012 01:14:38 +0100 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Devin Teske References: <9B5B97C3-A795-4A16-8381-B0FED87E3053@fisglobal.com> In-Reply-To: <9B5B97C3-A795-4A16-8381-B0FED87E3053@fisglobal.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ron@FreeBSD.ORG, bapt@freebsd.org, freebsd-current@freebsd.org, McDowell , Nathan Whitehorn Subject: Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 00:14:46 -0000 On 21/06/2012 00:40, Devin Teske wrote: > If you have the time and/or energy, please test and report any issues that you experience. I've noticed a few typos and other minor issues: In bsdconfig(8): Contains a link to itself under SEE ALSO. "bsdconfig takes a commands as an argument" - should be "command". bsdconfig mouse: Typo "se Configuration menu". "Please Specify the mouse daemon flags" - don't need upper-case S. bsdconfig hostname: The example should probably be in the example.com domain. bsdconfig netdev: "Select a TCP/IP network interface to configure" doesn't need "TCP/IP". bsdconfig nameservers: "Please enter the new TCP/IP address of the DNS nameserver" should just be "IP address". "TCP/IP" is being used where just "IP" was needed in other places too. 'bsdconfig command -h' doesn't always work: > bsdconfig hostname -h Illegal option -h -- Bruce Cran