From owner-freebsd-current@FreeBSD.ORG Thu Feb 17 19:17:48 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 A952016A4CE for ; Thu, 17 Feb 2005 19:17:48 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF8943D41 for ; Thu, 17 Feb 2005 19:17:48 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id BA4146130; Thu, 17 Feb 2005 13:17:47 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 79330-06; Thu, 17 Feb 2005 13:17:45 -0600 (CST) Received: by makeworld.com (Postfix, from userid 1001) id B2C2B6129; Thu, 17 Feb 2005 13:17:45 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 9FDCC60F3; Thu, 17 Feb 2005 13:17:45 -0600 (CST) Date: Thu, 17 Feb 2005 13:17:45 -0600 (CST) From: RacerX To: Kaspars In-Reply-To: <4214ED77.6000206@os.lv> Message-ID: <20050217131710.G79478@makeworld.com> References: <4214ED77.6000206@os.lv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.2.1 (20041222) at makeworld.com - Isn't it ironic 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 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:17:48 -0000 On Thu, 17 Feb 2005, Kaspars wrote: > > Hi, > > 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? > > thanks, > > Casper Why not change your script to work with the 5.3 tar? Wouldn't that be easier? Best regards, Chris