public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* /bin/kill version 1.14
@ 2003-09-20  0:30 Jean-Pierre Praz
  2003-09-20  0:36 ` Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Pierre Praz @ 2003-09-20  0:30 UTC (permalink / raw)
  To: cygwin

hello

after an update of a few cygwin components, i have now the problem that 
some scripts that use 'kill -9' or 'kill -INT' don't work any more. they 
produce the following output:


Usage: kill [-f] [-signal] [-s signal] pid1 [pid2 ...]
        kill -l [signal]
Send signals to processes

  -f, --force     force, using win32 interface if necessary
  -l, --list      print a list of signal names
  -s, --signal    send signal (use kill --list for a list)
  -h, --help      output usage information and exit
  -v, --version   output version information and exit



the same output appears when i execute a '/bin/kill' command. but when i 
execute simply 'kill' (without the leading /bin/) the result is different 
and looks like this:


kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l
[sigspec]


if i change the appropriate line in a script to 'kill -s 9' instead of 
'kill -9' it works. but i can't change all the scripts. what could be the 
reason for this behaviour after the few updates i did? why does 'kill' not 
produces the same output as '/bin/kill'? i wondered if there were two 
versions of kill in different paths, but i only found one of them....

thank for ideas and help
jpp


--
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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: /bin/kill version 1.14
  2003-09-20  0:30 /bin/kill version 1.14 Jean-Pierre Praz
@ 2003-09-20  0:36 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2003-09-20  0:36 UTC (permalink / raw)
  To: cygwin

On Sat, Sep 20, 2003 at 02:28:57AM +0200, Jean-Pierre Praz wrote:
>after an update of a few cygwin components, i have now the problem that 
>some scripts that use 'kill -9' or 'kill -INT' don't work any more. they 
>produce the following output:

Fixed in the latest snapshot and will be fixed in the upcoming cygwin
1.5.5.

http://cygwin.com/snapshots/
--
Please use the resources at cygwin.com rather than sending personal email.
Special for spam email harvesters: send email to aaaspam@sourceware.org
and be permanently blocked from mailing lists at sources.redhat.com

--
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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-20  0:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-20  0:30 /bin/kill version 1.14 Jean-Pierre Praz
2003-09-20  0:36 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).