From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 13:58:55 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CACE31065670 for ; Fri, 23 Sep 2011 13:58:55 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 349F08FC19 for ; Fri, 23 Sep 2011 13:58:54 +0000 (UTC) Received: from kw.homeip.net (c80-217-64-49.bredband.comhem.se [80.217.64.49]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id p8NDwoFF094120; Fri, 23 Sep 2011 15:58:53 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <4E7C9099.3060906@bananmonarki.se> Date: Fri, 23 Sep 2011 15:58:49 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0) Gecko/20110821 Thunderbird/6.0 MIME-Version: 1.0 To: Damien Fleuriot References: <1316777112.68517.YahooMailClassic@web111802.mail.gq1.yahoo.com> <4E7C75D3.5080206@bananmonarki.se> <4E7C7695.7020602@my.gd> In-Reply-To: <4E7C7695.7020602@my.gd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Overwrite bsd tar X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 13:58:55 -0000 2011-09-23 14:07, Damien Fleuriot skrev: > On 9/23/11 2:04 PM, Bernt Hansson wrote: >> 2011-09-23 13:25, Esimorp E skrev: >>> >>> I would be grateful if anyone could help me out on how to overwrite >>> bsd tar with Gnu tar. >> >> Thats not a good idea. If you want to use gnu tar then gtar is the >> command for you. Or copy tar to tar.bsd and make a symlink tar> gtar. > > > Even worse, what's going to happen when some BSD specific software tries > to pass BSD specific options to gnutar ? A lot of unexpected things, that's the reason I wrote it wasn't a good idea.