| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:date:from:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; q=dns; s= | |
| default; b=T5VfZ5CnTJzHFOx9XkR8DWu9wwb3HTvQt+MJuztdC9lYvRUfE3aSV | |
| mW43QqcsENxNH4ljU7yX2IVS3IB3W5lMlILe9jZ5GSpUWkj7CIxVIgddZYaM/5re | |
| 3qYj2/1SDtPe9uv6gYCczsvxJqXnNlCqFB1FzeYaBSyekAPC+j4UxU= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:date:from:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; s=default; | |
| bh=aqQTQZ1p+543BQx3ArXRO9c0kbY=; b=n76A9XmwqIJig99hV8W+gAw3vPdY | |
| 3QN2mNbNtGEeS5HlMkNxTB4Op9j5vJ/kXeABq16nstB2a2DsrXkobm6s7rwBf3SZ | |
| yY0xKMz2MDNr5UbCY4tbULJy6enYe5v+nonY7q+GOViXjllsnn0PeqNRpQzurRzY | |
| tfZLdp8hlu0wUpQ= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 |
| X-HELO: | calimero.vinschen.de |
| Date: | Wed, 18 Feb 2015 11:04:46 +0100 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Texlive Package Problem |
| Message-ID: | <20150218100446.GJ8493@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <54E38496 DOT 9020500 AT w5pny DOT com> <54E38E53 DOT 4020906 AT cornell DOT edu> <87h9uks6n1 DOT fsf AT Rainer DOT invalid> <54E39493 DOT 9090706 AT cornell DOT edu> <54E39E64 DOT 5060904 AT cornell DOT edu> <20150217213943 DOT GD4340 AT calimero DOT vinschen DOT de> <54E3BDDA DOT 7080703 AT cornell DOT edu> <20150217224711 DOT GF8493 AT calimero DOT vinschen DOT de> <54E3D316 DOT 4080604 AT cornell DOT edu> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <54E3D316.4080604@cornell.edu> |
| User-Agent: | Mutt/1.5.23 (2014-03-12) |
--8M+gQFKLhTGBxzRu
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Feb 17 18:47, Ken Brown wrote:
> On 2/17/2015 5:47 PM, Corinna Vinschen wrote:
> >On Feb 17 17:16, Ken Brown wrote:
> >>On 2/17/2015 4:39 PM, Corinna Vinschen wrote:
> >>>On Feb 17 15:02, Ken Brown wrote:
> >>>>Index: dump_setup.cc
> >>>>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> >>>>RCS file: /cvs/src/src/winsup/utils/dump_setup.cc,v
> >>>>retrieving revision 1.28
> >>>>diff -u -p -r1.28 dump_setup.cc
> >>>>--- dump_setup.cc 16 Sep 2013 17:01:58 -0000 1.28
> >>>>+++ dump_setup.cc 17 Feb 2015 20:00:40 -0000
> >>>>@@ -396,7 +396,7 @@ check_package_files (int verbose, char *
> >>>> if (!directory_exists (verbose, filename, package))
> >>>> result =3D false;
> >>>> }
> >>>>- else if (!strncmp (filename, "etc/postinstall/", 16))
> >>>>+ else if (strstr (filename, "/postinstall/"))
> >>>> {
> >>>> if (!file_exists (verbose, filename, ".done", package))
> >>>> result =3D false;
> >>>
> >>>Fine with me.
> >>
> >>Should I go ahead and commit this? I *think* I have the right to do it=
[1],
> >>but I've never done it before except for changes to cygwin-pkg-maint.
> >>
> >>Ken
> >>
> >>[1] Since I'm not sure I have the right, I apparently don't, according =
to
> >>the last sentence at https://cygwin.com/cvs.html.
> >
> >It's a bit harshly written, isn't it?
> >
> >If you checked the cygwin repo out with :pserver:anoncvs, you don't have
> >write access using this local copy of the repo. If you can check out
> >with the :ext:<your sourware account> you probably have write access.
> >If the commit fails, you don't. Just give it a try and please add a
> >valid ChangeLog entry.
>=20
> Done.
>=20
> Ken
Thanks,
Corinna
--=20
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
--8M+gQFKLhTGBxzRu
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBAgAGBQJU5GO+AAoJEPU2Bp2uRE+gx/8QAIEYWWAAT6o/KvaVtDpvJoxA
aRIhFHIJMSQoRo9iXsu6LRZGyT47xjA4eEeoN/8mbnyNe546zTqr+Qkd9XRuAI4p
Yg3hqj1oIHWst2ayVBfL2mNx3aRfbpt6L3InGLzhuIeufCPGNgKQhzMCk3jA3OVH
sIM+EdBdjJzeXC0iUEzvHbXaPMkGm5VcCZZbVgLFl5YLMbqfQ8qqlcwbwx4xjgFn
lqZW00/C/iVlCFkdk9rdLiQC9ZfycQxA8dvWSIf6aVjRtbfFFZ7GW5d+5ZvIcG/A
n+Gq3ECev+BT9uErW5WFRK0j/Wja3fLNEBJ46qeMbtVOKGJ3HOYFNGk1fUUGIf/h
1HaQzk7bS7d52fRC7SqzVSIbggqui399S/lfWRIiLZxWx6OJp+PDQ97noPGJVmaT
O67vSsBCy0SNjG6Wu5SRyeGn+Vq8dInTysiXW+ShUYxPUFNHR7Wmjw2KR+xEsqRY
3/4tN2u1psh3JdXLn/gDFrK4j5dICsT1Va8xs/85KH6WV94s3NFGx4RnOsu5Ge+6
NeyhUqV3lobJyUn0uCvoBdgJtwudDezBly8DPwGDaE828BeHl+LML7Z0WNH5Yqz1
sxvKzIfDfNdDUWIDqtmFeS0lgIHU/IbfKhd6D8cYmxz0PNIfaBr04f74NOek/AHe
js6UOQqGabolWawKFfRK
=3+gV
-----END PGP SIGNATURE-----
--8M+gQFKLhTGBxzRu--
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |