From owner-freebsd-current@FreeBSD.ORG Tue Apr 5 05:26:25 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09ED016A4CE for ; Tue, 5 Apr 2005 05:26:25 +0000 (GMT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B8C43D2F for ; Tue, 5 Apr 2005 05:26:23 +0000 (GMT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id j355PqOZ078371; Mon, 4 Apr 2005 22:25:56 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <4252215D.7090303@freebsd.org> Date: Mon, 04 Apr 2005 22:25:49 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Brian K. White" References: <4243B57D.5050204@freebsd.org><200503261636.j2QGa2ZI055013@gate.bitblocks.com> <20050404002141.2819f386@dolphin.local.net> <00b701c538ed$25a7b680$6800000a@venti> In-Reply-To: <00b701c538ed$25a7b680$6800000a@venti> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Heads up: gtar gone from base system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 05 Apr 2005 05:26:25 -0000 Brian K. White wrote: > >> tar: unrecognized option `--use-compress-program=gunzip' > > It is a generically useful option though, being able to specify an > arbitrary compress program ... If you're going to specify the compress/decompress program manually, just use a pipe: | tar is both shorter and more portable. (Assuming, of course, that you don't need accurate blocking. If you do, adding "dd" to the beginning of that line is a modest complication. ;-) Tim