From owner-freebsd-current@FreeBSD.ORG Thu Feb 17 19:29:35 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 A30DF16A4CE for ; Thu, 17 Feb 2005 19:29:35 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 734FB43D2D for ; Thu, 17 Feb 2005 19:29:35 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j1HJTVPE055582; Thu, 17 Feb 2005 11:29:31 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1HJTV1q055581; Thu, 17 Feb 2005 11:29:31 -0800 (PST) (envelope-from obrien) Date: Thu, 17 Feb 2005 11:29:31 -0800 From: "David O'Brien" To: Kaspars Message-ID: <20050217192931.GB85506@dragon.nuxi.com> References: <4214ED77.6000206@os.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4214ED77.6000206@os.lv> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-current@freebsd.org Subject: Re: Change tar to GNU X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 19:29:35 -0000 On Thu, Feb 17, 2005 at 09:16:07PM +0200, Kaspars wrote: > I have backup script build with tar and -newer options. > on FreeBSD 4.x it worked and i see: > $tar --version > tar (GNU tar) 1.13.25 > > on FreeBSD 5.3 not working and I found: > $tar --version > bsdtar 1.01.011, libarchive 1.01.013 > Copyright (C) 2003-2004 Tim Kientzle > > So I understand that you change own tar to make different licence. > > I just thinking what is proper way to update tar to GNU tar to make > working again my script? pkg_add -r gtar -- -- David (obrien@FreeBSD.org)