Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 11:03:08 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
To:        joe@pavilion.net (Josef Karthauser)
Cc:        joe@FreeBSD.org (Josef Karthauser), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/mtree mtree.8 verify.c
Message-ID:  <200007141803.LAA16721@gndrsh.dnsmgr.net>
In-Reply-To: <20000714000257.M97361@pavilion.net> from Josef Karthauser at "Jul 14, 2000 00:02:57 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007141803.LAA16721>