From owner-freebsd-current@FreeBSD.ORG Sun Mar 28 10:23:19 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 06DC016A4CE; Sun, 28 Mar 2004 10:23:19 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3655843D3F; Sun, 28 Mar 2004 10:23:18 -0800 (PST) (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 i2SINGut000185; Sun, 28 Mar 2004 22:23:16 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i2SINFqH000184; Sun, 28 Mar 2004 22:23:16 +0400 (MSD) (envelope-from ache) Date: Sun, 28 Mar 2004 22:23:14 +0400 From: Andrey Chernov To: des@freebsd.org, current@freebsd.org Message-ID: <20040328182314.GA99956@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , des@freebsd.org, current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.7; VDF 6.24.0.73 (host: pobrecita.freebsd.ru) Subject: mtree -L is broken due to unneded type=link additions to BSD.*.dist 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: Sun, 28 Mar 2004 18:23:19 -0000 I found commit which broke 'mtree -L', it is BSD.usr.dist v1.293 (des) and BSD.local.dist v1.108 (des) Symptoms are: mtree -eU -L -f /usr/src/etc/mtree/BSD.usr.dist -p /usr share/nls/en_US.US-ASCII changed type expected link found dir share/nls/POSIX changed type expected link found dir This commit is not only broke 'make hierarchy', it is completelly unneded, because those symlinks are already created by /usr/src/etc/nls.alias processing. Please back it out. -- Andrey Chernov | http://ache.pp.ru/