From owner-cvs-all Fri Jul 14 11: 3:40 2000 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 54D2137B7A0; Fri, 14 Jul 2000 11:03:29 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id LAA16721; Fri, 14 Jul 2000 11:03:09 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200007141803.LAA16721@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/usr.sbin/mtree mtree.8 verify.c In-Reply-To: <20000714000257.M97361@pavilion.net> from Josef Karthauser at "Jul 14, 2000 00:02:57 am" To: joe@pavilion.net (Josef Karthauser) Date: Fri, 14 Jul 2000 11:03:08 -0700 (PDT) Cc: joe@FreeBSD.org (Josef Karthauser), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, Jul 13, 2000 at 03:28:40PM -0700, Josef Karthauser wrote: > > joe 2000/07/13 15:28:40 PDT > > > > Modified files: > > usr.sbin/mtree mtree.8 verify.c > > Log: > > Allow symlinks to be created if they appear in the mtree specification. > > > > PR: bin/14171 > > Does anyone object to the following patch. It pulls the creation of > the /sys symlink back into BSD.root.dist. Other than one small error... ... > - cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys ^ > Index: mtree/BSD.root.dist > =================================================================== > RCS file: /home/ncvs/src/etc/mtree/BSD.root.dist,v > retrieving revision 1.45 > diff -u -r1.45 BSD.root.dist > --- mtree/BSD.root.dist 2000/02/25 14:18:48 1.45 > +++ mtree/BSD.root.dist 2000/07/05 08:50:33 > @@ -65,6 +65,7 @@ > .. > sbin > .. > + sys type=link link=/usr/src/sys ^ remove that slash please, this should be a relative link, not an absolute link. > tmp mode=01777 > .. > usr -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message