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:mime-version:content-type
	:content-transfer-encoding:date:from:to:subject:in-reply-to
	:references:message-id; q=dns; s=default; b=Rc2KzHw151c5ZCKTLo76
	37Fwgx/XslFi3AJtQpnQNwxUpzMJZWl9HjIdDIt6OzII9Czwfh8LWP+RivukXTJK
	EoexpLNRMFq/zxgTKvR5oLizvUa9E/dEipVYdf069xLEchakxyC21AUqYduet0IC
	i6ce5Kx438XKkq0aKmfMDj0=
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:mime-version:content-type
	:content-transfer-encoding:date:from:to:subject:in-reply-to
	:references:message-id; s=default; bh=93uOw1T5OvF/KXLW/57XG/rWBJ
	k=; b=W16G0qD/Fo6X5oVtSp+ROL6Pab12A+iX6CasVjcQyUTh1osBN09gzE5E0p
	F8hUqtT/iJcomlXKmd5HmobC0Vxuj74ZjqsqcaEmCAND2yltbwF97Tw5V/A1S2pg
	HaEN5yBnv570Ecis/qD+OVc0Y9pjm9XpUBUrcJI0qezO2bm84=
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.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:5e23407, _after_, Hx-languages-length:929, hereby
X-HELO: lb2-smtp-cloud2.xs4all.net
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: 7bit
Date: Fri, 08 Apr 2016 15:03:25 +0200
From: Houder <houder@xs4all.nl>
To: cygwin@cygwin.com
Subject: Re: /bin/rebaselst: cannot create /var/cache/rebase/rebase_lst: Permission denied
In-Reply-To: <loom.20160408T144419-509@post.gmane.org>
References: <065b7c7adc9b367aa54d7654d1e2550f@xs4all.nl> <loom.20160408T110800-293@post.gmane.org> <096364f9dabfcf3dcc897f9215839211@xs4all.nl> <loom.20160408T120240-961@post.gmane.org> <f65a9daf09d124b160f7e99ade742e20@xs4all.nl> <loom.20160408T125345-235@post.gmane.org> <5d6c68f960716ddc4fe3559da65999e4@xs4all.nl> <loom.20160408T140236-585@post.gmane.org> <5e23407f4dcd2f4b406ca02e77986b58@xs4all.nl> <loom.20160408T144419-509@post.gmane.org>
Message-ID: <deac010a4cd7bcc2eec8366d2cdfe523@xs4all.nl>
X-Sender: houder@xs4all.nl (+AiEakm/hSQHAskzmBVUXg==)
User-Agent: XS4ALL Webmail
X-IsSubscribed: yes

On 2016-04-08 14:46, Achim Gratz wrote:
> Houder <houder <at> xs4all.nl> writes:
>> To verify, I removed my modification again ...
>> 
>> --- a/drv/e/Setup/test/bin/rebaselst.orig
>> +++ b/drv/e/Setup/test/bin/rebaselst
>>  <at>  <at>  -93,9 +93,14  <at>  <at>  check_file () {
>>       echo "removing $1"
>>       rm -f $1
>>     fi
>> +#  if [ "$2" = "no" -a  -e $1 ] ; then
>> +#    echo "chmod 644 $1"
>> +#    chmod 644 "$1"
>> +#  fi
>>     if [ ! -e "$1" ] ; then
>>       echo "creating empty $1"
>>       touch -t 7001010000  "$1"
>> +    chmod 644 "$1"
>>     fi
>>   }
> 
> For the final confirmation, please do the modification I asked you to 
> do and
> not something else.  The chmod was _after_ the fi in my patch.  I sent 
> a
> patch so that you wouldn't need to type things in manually on purpose.

Yes, my mind was somewhere else. Sorry. I hereby confirm YOUR 
modification.

Regards,
Henri

--
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

