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: 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.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 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: References: <065b7c7adc9b367aa54d7654d1e2550f AT xs4all DOT nl> <096364f9dabfcf3dcc897f9215839211 AT xs4all DOT 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 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 +++ # @@ -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