X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=m/BGm5zLAn5qOtkOMslRGqKk0BM9AzjJf8QXRZjGFWA
	EegllQenSAfPDSi+enUULu4Y5hYEuLvnB0JVoR2nMniNoFGRw1uofctvu9v39FUs
	9uURxMiy6kN9F2EUgcntOsQCDK20UMRtvnl4fMXiEbdxADAr9lU+JTpxVhxrwiSI
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=ackaDsykR5bcnrgg7cUf8IDRD50=; b=Q/d6gfMrN0J/yy8P1
	QV1JtaHHglefZo4mDP4/xr38ZkGzSO+hxmqlbLIv8NOulDrJTM74gaYPDojjbos1
	I6zFbOh2yoHPogkC6bIGOZiYdh48V1XFjJxlUijhjYOSgZfBB4jRdtqhtagJn2Vc
	zTuvQXUNfVerMc59q5H5A5rR38=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: limerock01.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Message-ID: <54E3D316.4080604@cornell.edu>
Date: Tue, 17 Feb 2015 18:47:34 -0500
From: Ken Brown <kbrown@cornell.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Texlive Package Problem
References: <54E38496.9020500@w5pny.com> <54E38E53.4020906@cornell.edu> <87h9uks6n1.fsf@Rainer.invalid> <54E39493.9090706@cornell.edu> <54E39E64.5060904@cornell.edu> <20150217213943.GD4340@calimero.vinschen.de> <54E3BDDA.7080703@cornell.edu> <20150217224711.GF8493@calimero.vinschen.de>
In-Reply-To: <20150217224711.GF8493@calimero.vinschen.de>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

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
>>>> ===================================================================
>>>> 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 = false;
>>>>          }
>>>> -      else if (!strncmp (filename, "etc/postinstall/", 16))
>>>> +      else if (strstr (filename, "/postinstall/"))
>>>>          {
>>>>            if (!file_exists (verbose, filename, ".done", package))
>>>>              result = 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.

Done.

Ken


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

