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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=IEdZM36ZD3dOiiGhHg9IN0kpm7YQMfObGUq3pEXn1No1QRdnUoYUY
	l5slbrbzZPV9FJLsip3Lmy3bhf7KCwub7qbJynkab5JMEgtSrHvu7T9Y2ZC1a3e1
	eK9ozexsp+drRcC+mjYbLoCrby5J5mfhWavSuVsK1W48dYdIo0fFy8=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=W0GIZixAs/yaLkpyI+jfh2zIXxs=; b=eXZzdjv5tG0uXHBRvINcZ7a8rKEM
	2xWld4bvykbY7FfNzyMjeMP6PVosENZBtgAzbRVYSp724dJg/hKqNptdoGAzeV7q
	mxnPbTA4Cc69KEgHSP6Is8Lz84xyHgxBfZaG1AgCG2ZdS5W6l8ki9pgnLJwaXNxf
	3+vLpMBbnyXVU4E=
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.5 required=5.0 tests=AWL,BAYES_50,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=TIME, time!, TIME!, sigh
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: /bin/rebaselst: cannot create =?utf-8?b?L3Zhci9jYWNoZS9yZWJhc2UvcmViYXNlX2xzdDo=?= Permission denied
Date: Fri, 8 Apr 2016 10:59:51 +0000 (UTC)
Lines: 21
Message-ID: <loom.20160408T125345-235@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>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

Houder <houder <at> xs4all.nl> writes:
> MY APOLOGIES FOR WASTING YOUR TIME! I meant 444 (r--r--r--). Sigh.

Try if the following patch fixes your problem:

--- /bin/rebaselst
+++ #<buffer rebaselst>
@@ -97,6 +97,7 @@
     echo "creating empty $1"
     touch -t 7001010000  "$1"
   fi
+  chmod 644 "$1"
 }

 _tr () {



Regards,
Achim.



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

