Subject: Re: =?iso-8859-1?Q?bin=2F6553:_kill_doesn=B4t_know_-s_option?=
To: None <netbsd-bugs@netbsd.org>
From: Geoff Wing <gcw@pobox.com>
List: netbsd-bugs
Date: 12/11/1998 12:08:41
Andrew Brown wrote about Re: bin/6553: kill doesn´t know -s option:
:>> and it might also be worth while (although perhaps a little hackish)
:>> to modify /bin/kill to match the way the shell builtins work...no?
:>	Which shell builtins? The shells that ship with NetBSD, or the
:>	arbitrary shells users can install? As it happens I believe the
:>	only inconsistency is that /bin/kill additionally supports -s,
:>	while {,t}csh's builtin does not.
:i meant the shells that ship with netbsd.  although...how many other
:ways of doing it are there?  i can't imagine there are that many
:differing ways of implementing kill.

             kill -s SIGNAM      kill -SIGNAM
             --------------      ------------
/bin/kill    yes                 yes
sh           (no builtin)        (no builtin)
csh          yes                 yes
tcsh         no                  yes
bash         yes                 yes
zsh          yes                 yes
rc (plan9)   ?                   ?

Out of the more commonly used shells, tcsh is the only one the doesn't
support ``kill -s SIGNAM''.  That's for the tcsh author/s to change - if
they desire to support it.
-- 
Geoff Wing   <gcw@pobox.com>            Mobile : 0412 162 441
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/