From owner-freebsd-current@FreeBSD.ORG Mon Aug 2 01:44:02 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 8162516A4CE; Mon, 2 Aug 2004 01:44:02 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCBC043D39; Mon, 2 Aug 2004 01:44:01 +0000 (GMT) (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 i721huau068147; Mon, 2 Aug 2004 05:43:56 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i721hufO068132; Mon, 2 Aug 2004 05:43:56 +0400 (MSD) (envelope-from ache) Date: Mon, 2 Aug 2004 05:43:54 +0400 From: Andrey Chernov To: Tim Kientzle Message-ID: <20040802014353.GA67938@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Kientzle , "David G. Lawrence" , freebsd-current@FreeBSD.ORG References: <40F963D8.6010201@freebsd.org> <200407291159.i6TBxKj01347@Mail.NOSPAM.DynDNS.dK> <4109BA1B.7090609@freebsd.org> <20040730080026.GA46093@nexus.dglawrence.com> <410A78B1.4030608@kientzle.com> <20040801221508.GF75481@nexus.dglawrence.com> <410D894D.7000209@freebsd.org> <20040802010910.GA63402@nexus.dglawrence.com> <410D9957.5020308@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <410D9957.5020308@freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.10; VDF 6.26.0.53 (host: pobrecita.freebsd.ru) cc: freebsd-current@FreeBSD.ORG cc: "David G. Lawrence" Subject: Re: tar -l versus gtar -l 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: Mon, 02 Aug 2004 01:44:02 -0000 On Sun, Aug 01, 2004 at 06:31:03PM -0700, Tim Kientzle wrote: > Would you be happier with this behavior? > > $ tar -cl /foo > Error: -l is ambiguous > If you want GNU tar -l, use --one-file-system instead. > If you want POSIX tar -l, use --link-warn instead. POSIX have higher importance. We should ignore any GNUisms in favour of POSIX overriding ones (at least to pass POSIX tests suite). -- Andrey Chernov | http://ache.pp.ru/