From owner-cvs-src@FreeBSD.ORG Thu May 27 16:23:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0B216A4CE; Thu, 27 May 2004 16:23:42 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 298CD43D31; Thu, 27 May 2004 16:23:41 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i4RNNCMP007824; Fri, 28 May 2004 03:23:13 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i4RNNBd1007819; Fri, 28 May 2004 03:23:11 +0400 (MSD) (envelope-from ache) Date: Fri, 28 May 2004 03:23:10 +0400 From: Andrey Chernov To: Tim Kientzle Message-ID: <20040527232309.GA7692@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Kientzle , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200405272127.i4RLRgrN019302@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405272127.i4RLRgrN019302@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.25.0.60; VDF 6.25.0.78 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libarchive archive_read_support_format_all.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 23:23:42 -0000 On Thu, May 27, 2004 at 02:27:42PM -0700, Tim Kientzle wrote: > 'gnutar' is now handled by the 'tar' reader, so > there's no need to enable support for it separately > from 'tar.' (The call to enable gnutar support is > now just an alias for the tar support, left in to > avoid API breakage.) Maybe out of context, but please don't forget implementing -S, --sparse from GNU tar (really from old BSD tar). As I see, it will be relatively easy change, but sometimes needed badly. -- Andrey Chernov | http://ache.pp.ru/