| 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: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: | <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=-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 |
| Date: | Fri, 08 Apr 2016 15:03:25 +0200 |
| From: | Houder <houder AT xs4all DOT nl> |
| To: | cygwin AT cygwin DOT 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 AT xs4all DOT nl> <loom DOT 20160408T110800-293 AT post DOT gmane DOT org> <096364f9dabfcf3dcc897f9215839211 AT xs4all DOT nl> <loom DOT 20160408T120240-961 AT post DOT gmane DOT org> <f65a9daf09d124b160f7e99ade742e20 AT xs4all DOT nl> <loom DOT 20160408T125345-235 AT post DOT gmane DOT org> <5d6c68f960716ddc4fe3559da65999e4 AT xs4all DOT nl> <loom DOT 20160408T140236-585 AT post DOT gmane DOT org> <5e23407f4dcd2f4b406ca02e77986b58 AT xs4all DOT nl> <loom DOT 20160408T144419-509 AT post DOT gmane DOT org> |
| Message-ID: | <deac010a4cd7bcc2eec8366d2cdfe523@xs4all.nl> |
| 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 <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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |