From owner-cvs-etc Sat Jun 6 02:48:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14993 for cvs-etc-outgoing; Sat, 6 Jun 1998 02:48:44 -0700 (PDT) (envelope-from owner-cvs-etc) Received: from terminator.informatik.ba-stuttgart.de (terminator.informatik.ba-stuttgart.de [141.31.111.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14818; Sat, 6 Jun 1998 02:46:59 -0700 (PDT) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by terminator.informatik.ba-stuttgart.de (8.8.8/8.8.8) with ESMTP id LAA19460; Sat, 6 Jun 1998 11:23:09 +0200 (CEST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id LAA05836; Sat, 6 Jun 1998 11:22:49 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199806060922.LAA05836@rvc1.informatik.ba-stuttgart.de> Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist In-Reply-To: <199806051447.HAA02280@freefall.freebsd.org> from Peter Wemm at "Jun 5, 98 07:47:11 am" To: peter@FreeBSD.ORG (Peter Wemm) Date: Sat, 6 Jun 1998 11:22:48 +0200 (MET DST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > peter 1998/06/05 07:47:11 PDT > > Modified files: > etc/mtree BSD.usr.dist > Log: > Hands off my /usr/src and /usr/obj! If they are symlinks (since they are > hard coded into too many things), it's not nice to go and change /home/src > etc. This means they will be created if missing (so it shouldn't break > the releases), but won't touch them once they are changed. This change breaks the "Make hierarchy" step of "make world", because the mtree(1) used for this step doesn't know the "nochange" keyword: mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/tmp/usr mtree: line 58: unknown keyword nochange *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. > > Revision Changes Path > 1.114 +3 -3 src/etc/mtree/BSD.usr.dist > Wolfgang