From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 21:51:49 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 2C54C106566B for ; Fri, 23 Sep 2011 21:51:49 +0000 (UTC) (envelope-from Lowell@Be-Well.Ilk.Org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by mx1.freebsd.org (Postfix) with ESMTP id 04C358FC14 for ; Fri, 23 Sep 2011 21:51:48 +0000 (UTC) Received: (qmail 14491 invoked from network); 23 Sep 2011 21:18:40 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Sep 2011 21:18:40 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id AE78E2E0B2; Fri, 23 Sep 2011 17:18:34 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 53E0D39830; Fri, 23 Sep 2011 17:18:33 -0400 (EDT) From: Lowell Gilbert To: Esimorp E References: <1316799216.98239.YahooMailClassic@web111820.mail.gq1.yahoo.com> Date: Fri, 23 Sep 2011 17:18:32 -0400 In-Reply-To: <1316799216.98239.YahooMailClassic@web111820.mail.gq1.yahoo.com> (Esimorp E.'s message of "Fri, 23 Sep 2011 10:33:36 -0700 (PDT)") Message-ID: <44sjnnnejb.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Damien Fleuriot , 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 21:51:49 -0000 Esimorp E writes: > [prom@pcbsd-2112] /home/prom# ls -la /usr/bin/tar > lrwxr-xr-x=A0 1 root=A0 wheel=A0 6 Jul 18=A0 2010 /usr/bin/tar -> bsdtar > [prom@pcbsd-2112] /home/prom# ls -la /usr/local/bin/gtar > ls: /usr/local/bin/gtar: No such file or directory > [prom@pcbsd-2112] /home/prom#=20 > > Please, what would the best way to resolve this problem? If you want gnu tar, which based on the earlier messages in this thread I think you do, you should install it. E.g.: cd /usr/ports/archivers/gtar=20 (su if necessary) make install