Date: Wed, 19 Mar 2008 11:30:47 +0300 From: Stanislav Sedov <stas@FreeBSD.org> To: Rong-En Fan <rafan@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, pav@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Pietro Cerutti <gahr@FreeBSD.org> Subject: Re: cvs commit: ports/java/eclipseme Makefile distinfo pkg-plist Message-ID: <20080319113047.0624931b.stas@FreeBSD.org> In-Reply-To: <20080319012224.GA73285@svm.csie.ntu.edu.tw> References: <200803180100.m2I10QTD070047@repoman.freebsd.org> <20080318193855.0439b197.stas@FreeBSD.org> <1205858588.69439.62.camel@pav.hide.vol.cz> <20080318195033.06793ab2.stas@FreeBSD.org> <1205859267.69439.66.camel@pav.hide.vol.cz> <20080318205647.19061b66.stas@FreeBSD.org> <20080319012224.GA73285@svm.csie.ntu.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 19 Mar 2008 09:22:24 +0800 Rong-En Fan <rafan@FreeBSD.org> mentioned: > On Tue, Mar 18, 2008 at 08:56:47PM +0300, Stanislav Sedov wrote: > > On Tue, 18 Mar 2008 17:54:27 +0100 > > Pav Lucistnik <pav@FreeBSD.org> mentioned: > >=20 > > > Stanislav Sedov p=C3=AD=C5=A1e v =C3=BAt 18. 03. 2008 v 19:50 +0300: > > > > On Tue, 18 Mar 2008 17:43:08 +0100 > > > > Pav Lucistnik <pav@FreeBSD.org> mentioned: > > > > >=20 > > > > > It will also change permissions on all files already present in t= he > > > > > target directory, I think. Which might not be a desirable thing. > > > > >=20 > > > >=20 > > > > Indeed, I know. That's why I'm asking if it'll be desirable. > > >=20 > > > It's a COPYTREE_* bug that needs to be fixed, actually. > > >=20 > >=20 > > Why you think it's a bug? COPYTREE_* was intentionally designed to set > > specific permissions on files written. > >=20 > > Of course, we can implement a version of COPYTREE that doesn't set any > > permissions on files, but it'll be effectively just a 'cp -rf'. >=20 > I think what Pav said is >=20 > 1) copy these files into destdir/ > 2) set permissions on *those files* just copied in destdir/ >=20 > what COPYTREE_* currently does is >=20 > 2) set permission on *all files* in destdir/ >=20 Ah, it makes sense then. I'll look into that. --=20 Stanislav Sedov ST4096-RIPE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080319113047.0624931b.stas>