Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 16 Sep 2003 17:58:34 -0400
From: Christopher Faylor <cgf-rcm@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Problem with stopping postmaster with pg_ctl
Message-ID: <20030916215834.GR23057@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <Pine.GSO.4.56.0309161642180.12411@slinky.cs.nyu.edu> <KKEBKDPPLALEFHBEAOCCKEMBDCAA.john@pagakis.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <KKEBKDPPLALEFHBEAOCCKEMBDCAA.john@pagakis.com>
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/

