From owner-freebsd-current@FreeBSD.ORG Wed Jun 27 05:51:18 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 4A0A5106564A; Wed, 27 Jun 2012 05:51:18 +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 E57888FC1C; Wed, 27 Jun 2012 05:51:17 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 8862FE6561; Wed, 27 Jun 2012 06:52:20 +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=msZQbSiF1zKo Bk6Z9+w2iSWKQPI=; b=uP1FbZaR7kERRou5893BY8nGL9rpEyBwxyb1pGZzJ/ef f46hxpD0iGrGweldS5vFgzXz06InjSHaMy0yHR9yekwJtBCOVQ7OH/lfqPtcHa/5 uoBhMoiE6g0N9P0RNjs2mlti9x7dLBgzjG7lYPcVKF1b0JAYSpSys8XUlKYUYO4= 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=fb7onZ UEyPLelA9f8uKDdmQL4rllsdtp53vlkYGv5pV2AMkNj2NNVbOZeH0vtg4XI4RhRD 0o80NbR2hqER+ue1UaUFAtCs08Su0zW8uqIEETwgd1tIVzKUhZWiwLTl5PZ8J61l aDEm2FBNw0d7A90ZA6RbXjc0gB7lDrocCWzW4= Received: from [IPv6:2a01:348:102:2:6ccf:a960:b511:2e21] (unknown [IPv6:2a01:348:102:2:6ccf:a960:b511:2e21]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 3C7BFE64EF; Wed, 27 Jun 2012 06:52:20 +0100 (BST) Message-ID: <4FEA9F18.5070001@cran.org.uk> Date: Wed, 27 Jun 2012 06:50:16 +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> <4FE7AD6E.7000301@cran.org.uk> <41E39816-56FA-44DF-8083-0350BE70D416@fisglobal.com> In-Reply-To: <41E39816-56FA-44DF-8083-0350BE70D416@fisglobal.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: bapt@freebsd.org, freebsd-current@freebsd.org, Devin Teske , Ron@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: Wed, 27 Jun 2012 05:51:18 -0000 On 27/06/2012 02:11, Devin Teske wrote: > Like "tzsetup -h" and many others that are this way. I just can't win > (inconsistencies everywhere in the system w/respect to this). Not at all: bsdconfig claims to support -h whereas tzsetup doesn't: SYNOPSIS tzsetup [-nrs] [-C chroot_directory] [zoneinfo_file | zoneinfo_name] SYNOPSIS bsdconfig [-h] bsdconfig command [-h] bsdconfig [OPTIONS] [command [OPTIONS]] -- Bruce Cran