Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Tue, 29 Jan 2002 10:19:07 +0100 From: Corinna Vinschen To: cygapp Subject: Re: apache-1.3.22-4 no-detach patch Message-ID: <20020129101907.U11608@cygbert.vinschen.de> Mail-Followup-To: cygapp References: <3C475FB1 DOT 26A73DB7 AT wapme-systems DOT de> <20020118093341 DOT A18161 AT cygbert DOT vinschen DOT de> <3C47EC5B DOT D0886E51 AT wapme-systems DOT de> <20020118161913 DOT C11608 AT cygbert DOT vinschen DOT de> <3C4AF0EC DOT C1F0F399 AT wapme-systems DOT de> <20020121112248 DOT H11608 AT cygbert DOT vinschen DOT de> <3C4D4497 DOT 8FF4039A AT wapme-systems DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C4D4497.8FF4039A@wapme-systems.de> User-Agent: Mutt/1.3.22.1i On Tue, Jan 22, 2002 at 11:53:11AM +0100, Stipe Tolj wrote: > Corinna Vinschen wrote: > > > > Ok, as far as I can see, the problem is line 4136f. in http_main.c: > > > > /* Only try to switch if we're running as root */ > > if (!geteuid() && ( > > > > That could get changed to (just a draft): > > > > #ifdef CYGWIN > > /* Only try to switch if we're running as SYSTEM */ > > #define SYSTEM_UID 18 > > if (geteuid() == SYSTEM_UID && ( > > #else > > /* Only try to switch if we're running as root */ > > if (!geteuid() && ( > > #endif > > thanks for that report Corinna. I'm fixing things up this evening and > preparing -4 for distribution. > > Stipe *knock* *knock* Is -4 ready to go, Stipe? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc.