From owner-freebsd-current@FreeBSD.ORG Wed May 26 22:05:41 2004 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 A4AD416A4CE; Wed, 26 May 2004 22:05:41 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE6A43D53; Wed, 26 May 2004 22:05:41 -0700 (PDT) (envelope-from tim@kientzle.com) Received: from kientzle.com (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i4R54p90093362; Wed, 26 May 2004 22:04:51 -0700 (PDT) (envelope-from tim@kientzle.com) Message-ID: <40B576ED.3040200@kientzle.com> Date: Wed, 26 May 2004 22:04:45 -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: Pawel Jakub Dawidek References: <20040526164425.GC9611@darkness.comp.waw.pl> In-Reply-To: <20040526164425.GC9611@darkness.comp.waw.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.org Subject: Re: bsdtar+schg+hard links. 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, 27 May 2004 05:05:41 -0000 Pawel Jakub Dawidek wrote: > > If I'm trying to untar archive where I have two hardlinks to a file > with 'schg' flag set it will not be untared correctly, because bsdtar > first set 'schg' flag and then it is trying to create hard link and > this is not possible then. I believe I've fixed this. Let me know if you run into any other problems. Tim