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:reply-to:subject:references:to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Hxmk3764MyeCnr0B poZV6jaTZ6KI++nfgpUpIi957ziHvYqt820K9cVAHuG8gHkXIq7MQST5D79KYKD3 vWh08Utv1XAMPq96LzOKXI7U1VrfNDpgQLaH6Yw36y72biHTg3V6sTFIy989ycah OsBTPxzJWZWY0uKrCkh5LIOrIyU= 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:reply-to:subject:references:to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Cek4Lbwf2du7tKG9i7QXEm mqcCo=; b=SFT5lHxaaLxpSRASXTTMZg8XoiQn4g+z60iY0rJnAuOJs7C2GlSIiH KHduc9315czPQBP7BrhfhDzmhsw9NwSTcNIRTOLVe68Uavddx0Ac1bYG3VsXKTGN r/V53tN/vfBS2PeYTtfN9Nv9Lwir/QLIjlCafb0jugvLjTvPofpUI= 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=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=piped, Eliot, H*Ad:D*cs.umass.edu, H*Ad:D*umass.edu X-HELO: mailsrv.cs.umass.edu Reply-To: moss AT cs DOT umass DOT edu Subject: Re: Request to the git maintainer References: <87a84cxcos DOT fsf AT Rainer DOT invalid> To: cygwin AT cygwin DOT com From: Eliot Moss Message-ID: <64cc57cf-09c7-6225-963f-9adacb7d03af@cs.umass.edu> Date: Mon, 10 Jul 2017 17:02:52 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <87a84cxcos.fsf@Rainer.invalid> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 7/10/2017 4:24 PM, Achim Gratz wrote: > Eliot Moss writes: >> Dear maintainer of git .... >> >> I use CrashPlan as my backup engine. It has difficulty backing up >> files with no "other" access. Many git locale (.mo) and doc-related >> files have permissions 600 (directories 700). Is there a good reason >> for this? I would think that 644 and 755 access would be fine for >> these files, and it would prevent the problems I see with CrashPlan. > > That's an upstream build system bug. Some of the installation scripts > use cp instead of install and that in turn makes them dependent on umask > (which doesn't get set aywhere I can easily find). I guess Adam could > work around that by setting 'umask 022' in the cygport file, but it > really should be fixed in git.git. I looked upstream, and at least some of the files I am concerned about are installed using "tar" piped to another "tar", with umask 022 set explicitly. I think the problem is that the source of this copying has 600 or 700 permissions. Not sure if *that* is an upstream problem or not ... Regards - Eliot -- 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