From owner-freebsd-arch@FreeBSD.ORG Sun Jun 27 06:57:23 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E1EC16A4CE; Sun, 27 Jun 2004 06:57:23 +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 A301A43D2D; Sun, 27 Jun 2004 06:57:22 +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 i5R6v990089159; Sat, 26 Jun 2004 23:57:09 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <40DE6FBA.1010801@freebsd.org> Date: Sat, 26 Jun 2004 23:56:58 -0700 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: arch@freebsd.org, re@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: RFC: bsdtar in 5.3 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:57:23 -0000 I would like to make bsdtar the default FreeBSD system tar for -CURRENT within the next week or so. That should give it broad enough usage over the next couple of months to prove that it's ready for 5-STABLE. My plan: * Make /usr/bin/tar default to a symlink to /usr/bin/bsdtar as soon as possible. (Currently, it defaults to /usr/bin/gtar unless you build WITH_BSDTAR.) * Leave /usr/bin/gtar in the base system through the 5.x cycle. * For 6.0, remove /usr/bin/gtar and rename /usr/bin/bsdtar to /usr/bin/tar. Any objections, suggestions, or comments? Tim Kientzle