delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/04/08/07:00:47

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: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 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.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 AT cygwin DOT com
From: Achim Gratz <Stromeko AT NexGo DOT 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 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>
Mime-Version: 1.0
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019