Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Sun, 7 Dec 2003 13:39:07 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Cygrunsrv and spawned processes Message-ID: <20031207123907.GA20759@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20031205104953 DOT GA2456 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i On Dec 5 18:00, Brian Ford wrote: > 2003-12-05 Brian Ford > > * cygrunsrv.cc (terminate_child): Send the signal to the whole > processes group. > > --- cygrunsrv.cc 2003-12-05 17:48:26.250000000 -0600 > +++ cygrunsrv.cc.orig 2003-12-05 17:48:13.520000000 -0600 > @@ -978,7 +978,7 @@ terminate_child () > sleep (1); > else > { > - kill (-server_pid, termsig); > + kill (server_pid, termsig); > report_service_status (); > return 0; > } Thanks, I've just uploaded a new version of cygrunsrv which contains this patch. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/