X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: How to correctly rebase?
Date: Thu, 15 Oct 2015 07:52:42 +0000 (UTC)
Lines: 1
Message-ID: <loom.20151015T094923-96@post.gmane.org>
References: <22046.25592.311399.765933@woitok.gmail.com> <8925F252-F479-4990-B568-1EC612DF39A5@etr-usa.com> <87si5dqmh9.fsf@Rainer.invalid> <9275354A-6BFA-4964-BA05-008441168922@etr-usa.com> <D9E8819C-DC93-4779-A8C8-FC557F48565F@etr-usa.com> <D2D7AC62-B334-47DA-A24B-AA71F6CD6540@etr-usa.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 <wyml <at> 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.



