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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Frank Seesink Subject: Re: Cygrunsrv and spawned processes Date: Mon, 08 Dec 2003 19:48:39 -0500 Lines: 34 Message-ID: References: <20031205104953 DOT GA2456 AT cygbert DOT vinschen DOT de> <20031207123907 DOT GA20759 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en In-Reply-To: <20031207123907.GA20759@cygbert.vinschen.de> Corinna & Brian, Thank you! Thank you! Thank you! :-) I downloaded cygrunsrv 0.97-1 and it works! Thanks a bunch. I truly appreciate this. Thanks for all your help in this. Corinna Vinschen wrote: > 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 -- 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/