From owner-freebsd-current@FreeBSD.ORG Fri Feb 18 19:12:16 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 E075F16A4CE; Fri, 18 Feb 2005 19:12:16 +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 3B10E43D54; Fri, 18 Feb 2005 19:12:16 +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 j1IJCFOZ020887; Fri, 18 Feb 2005 11:12:15 -0800 (PST) (envelope-from kientzle@freebsd.org) Message-ID: <42163E0E.2020303@freebsd.org> Date: Fri, 18 Feb 2005 11:12:14 -0800 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: Ruslan Ermilov References: <4214ED77.6000206@os.lv> <4214F2CB.8030506@alumni.rice.edu> <20050218104527.GB47973@ip.net.ua> In-Reply-To: <20050218104527.GB47973@ip.net.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Change tar to GNU 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: Fri, 18 Feb 2005 19:12:17 -0000 Ruslan Ermilov wrote: > On Thu, Feb 17, 2005 at 01:38:51PM -0600, Jon Noack wrote: >>Kaspars wrote: >> >>Throw "WITH_GTAR=yes" into /etc/make.conf. After the next >>build/installworld, you're back to gtar. For the time being you may >>simply point your script to "gtar" as pointed out in other responses. >> > > The WITH_GTAR knob should probably be documented in make.conf(5) > and /usr/share/examples/etc/make.conf. WITH_GTAR is intended as a purely transitional aid. gtar should be removed from the base system in 6.x. People who really need to use gtar should call it "gtar" ;-) Tim