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: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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-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 To: cygwin AT cygwin DOT com Subject: Re: /bin/rebaselst: cannot create /var/cache/rebase/rebase_lst: Permission denied In-Reply-To: References: <065b7c7adc9b367aa54d7654d1e2550f AT xs4all DOT nl> <096364f9dabfcf3dcc897f9215839211 AT xs4all DOT nl> <5d6c68f960716ddc4fe3559da65999e4 AT xs4all DOT nl> <5e23407f4dcd2f4b406ca02e77986b58 AT xs4all DOT nl> Message-ID: X-Sender: houder AT xs4all DOT nl (+AiEakm/hSQHAskzmBVUXg==) User-Agent: XS4ALL Webmail X-IsSubscribed: yes On 2016-04-08 14:46, Achim Gratz wrote: > Houder 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 >> -93,9 +93,14 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