delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2002/01/29/04:19:12

Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm
Sender: cygwin-apps-owner AT cygwin DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT cygwin DOT com>
List-Help: <mailto:cygwin-apps-help AT cygwin DOT com>, <http://sources.redhat.com/lists.html#faqs>
Delivered-To: mailing list cygwin-apps AT cygwin DOT com
Date: Tue, 29 Jan 2002 10:19:07 +0100
From: Corinna Vinschen <cygwin-apps AT cygwin DOT com>
To: cygapp <cygwin-apps AT cygwin DOT com>
Subject: Re: apache-1.3.22-4 no-detach patch
Message-ID: <20020129101907.U11608@cygbert.vinschen.de>
Mail-Followup-To: cygapp <cygwin-apps AT cygwin DOT com>
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
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.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019