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=S0Jxg9pOE9bmmvYjgJddOtVsCTRMMRzE8jNOUNsPTuCdm54j5K1Yc brkx4IIXR4ZTaegDM9jPDrOWE7GLEB7VDDuvTlQx4yxTu4x23k0rSvqqYlFUOxJ9 2Ylj1ZbrXm6eZPomNef4zt1WQ8SnLy3CFDmboi34iy1pkRHQ20vi1c= 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=hC/c4FUw57wuhEP+SzxrjyCh3o8=; b=m67d7kH8cKr+1hP3PkFJGQ0nEIMG FnonwBPwjCOceCUZVAkaZ/uj3Ka5+uwNLJfxn4jOUnwJhf3LJt3zDAp/29q/WeZl Vj7QSEUlnIBqyr4fO/qmJcen2Vs8vrI8Q/DZ/Qc5pF3Fz9+kYmgzRSsXw7ottpAh BfUvwh5JXKMYzHQ= 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=-2.6 required=5.0 tests=AWL,BASE64_LENGTH_79_INF,BAYES_50,FSL_HELO_BARE_IP_2,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: How to correctly rebase? Date: Thu, 15 Oct 2015 07:52:42 +0000 (UTC) Lines: 1 Message-ID: References: <22046 DOT 25592 DOT 311399 DOT 765933 AT woitok DOT gmail DOT com> <8925F252-F479-4990-B568-1EC612DF39A5 AT etr-usa DOT com> <87si5dqmh9 DOT fsf AT Rainer DOT invalid> <9275354A-6BFA-4964-BA05-008441168922 AT etr-usa DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t9F7rFZr015009 Warren Young etr-usa.com> writes: > Well, RTFS for the win: setup/main.cc, line 290 purposely fails to initialize the logger when it’s > running with elevated permissions, as it will be when running under UAC. Sure, but it then executes itself with the admin rights already applied and the child process should initialize the logger. > I can think of some weak reasons why that might be the case, but nothing that convinces me that this is the > right thing to do. You'd otherwise be overwriting the log from the child process, I'd think. But the two Logger calls on lines 333+334 shouldn't be there. > Anyway, this has drifted off topic for this list. Anyone who cares enough to take it further should move the > discussion to the cygwin-apps list. Please drop a note there. Regards, Achim.