From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118542 invoked by alias); 9 Nov 2017 13:15:28 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 118420 invoked by uid 89); 9 Nov 2017 13:15:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=H*RU:sk:mail.me, Hx-spam-relays-external:sk:mail.me, Hx-languages-length:336, Hx-spam-relays-external:sk:mailout X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Nov 2017 13:15:16 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id A8B1920CC5 for ; Thu, 9 Nov 2017 08:15:14 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Thu, 09 Nov 2017 08:15:14 -0500 X-ME-Sender: Received: from [192.168.1.102] (host86-162-230-154.range86-162.btcentralplus.com [86.162.230.154]) by mail.messagingengine.com (Postfix) with ESMTPA id 28953240B2 for ; Thu, 9 Nov 2017 08:15:14 -0500 (EST) Subject: Re: [PATCH] calm To: cygwin-apps@cygwin.com References: <87o9oidnry.fsf@Rainer.invalid> From: Jon Turney Message-ID: <3c4dcf57-eaf0-93eb-49ce-af5e7e3efecf@dronecode.org.uk> Date: Thu, 09 Nov 2017 13:15:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <87o9oidnry.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg00031.txt.bz2 On 04/11/2017 16:14, Achim Gratz wrote: > Make a failure to chmod the setup.ini file to mode 644 non-fatal. Thanks. Applied, with a bit of tweaking, as I think this is in the wrong place. We shouldn't be chmoding the output of mksetupini at all, only calm needs to ensure that the setup.ini file is world-readable.