From owner-freebsd-sysinstall@FreeBSD.ORG Tue Aug 3 01:58:30 2010 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E34891065670 for ; Tue, 3 Aug 2010 01:58:30 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id A98238FC16 for ; Tue, 3 Aug 2010 01:58:30 +0000 (UTC) Received: by iwn35 with SMTP id 35so316658iwn.13 for ; Mon, 02 Aug 2010 18:58:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=zpH3sFKoA08+6ZEtSENRKRs/CmuKlFDkj++ybCJl0hA=; b=N5QkGlFG8Xb1qvAmJtGRpLmSyKr+zHT45fwBig4y3+NqOQtJUweNqywIFve7PHFy9x dh8PjDcKXGvxhzrVFd8Bz/zfls87oCZTWRHp4jppfz5ajeAImFMvePYI4GMZ6mkTSPyR e5N46OsPLfe6tVNjpP0M3mxrjAbkLDn16uFrI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=ed9GxxDJSgYZNhBtlOmvHzul2Yay65dnSK4srW67aQGGwMte3xZ2OUNlLUERoi6AaN OT9PYG5ZVzh/t8+2e6UhUeDVHpWLqBsR0Yb9VhMZUEvihLMO0HMu6L1iA5zX3iCdBCGs FdmF/vNV9DDYKdbdVtk14YmYBCFzVbIiDcKug= MIME-Version: 1.0 Received: by 10.231.17.12 with SMTP id q12mr7551227iba.160.1280800709785; Mon, 02 Aug 2010 18:58:29 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.231.187.104 with HTTP; Mon, 2 Aug 2010 18:58:29 -0700 (PDT) In-Reply-To: <1280788762.19910.473.camel@localhost.localdomain> References: <1280788762.19910.473.camel@localhost.localdomain> Date: Mon, 2 Aug 2010 18:58:29 -0700 X-Google-Sender-Auth: 6HtgPTLErj03Aub3lSVnp-r4QDU Message-ID: From: Garrett Cooper To: Devin Teske Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-sysinstall@freebsd.org Subject: Re: Funky-See, Funky-Do (nonInteractive UFS1 specification) X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 01:58:31 -0000 On Mon, Aug 2, 2010 at 3:39 PM, Devin Teske wrote: > Let's have some fun. And while we're at it, contribute a patch that may > benefit others. ... > Also note that with the above patch, the last column is optional, > allowing us to retain backward compatibility with the old format (which > lacks our new column). Only the first three columns are required. Well... yeah... but specifying 1 1 really doesn't make sense because softupdates only exist in UFS2+ ;)... Thought: why not just make the last `column' feed into a program as options, like '-j enable -U', '-O1', etc...? Seems a bit more portable and tunable ;)... It's a simple enough patch though, and looks ok. Thanks, -Garrett