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: Tue, 16 Sep 2003 17:58:34 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Problem with stopping postmaster with pg_ctl Message-ID: <20030916215834.GR23057@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i On Tue, Sep 16, 2003 at 02:44:50PM -0700, John Pagakis wrote: >Igor - >You may be on to something .... > >If I say "which kill" at the command line it tells me /usr/bin/kill; if I >echo it out of the script I get the same thing. If I type >"/usr/bin/kill -15 9999" at the command line I get Usage. If I type >"kill -15 9999" it works just fine. I just noticed that /usr/bin/kill doesn't handle -N signals, where -N is a number in 1.5.4. That's due to the recent inclusion of getopt into the DLL. I fixed this recently and, if you download a recent snapshot, this particular problem would be solved. Unfortunately, you'd be trading this problem for other odd signal problems so I wouldn't recommend using a snapshot quite yet. cgf -- 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/