From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 652 invoked from network); 21 Dec 2001 03:26:26 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Dec 2001 03:26:26 -0000 Received: (qmail 13246 invoked by alias); 21 Dec 2001 03:26:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16367 Received: (qmail 13235 invoked from network); 21 Dec 2001 03:26:18 -0000 Date: Thu, 20 Dec 2001 22:26:14 -0500 From: Gerald Britton To: zsh-workers@sunsite.auc.dk Subject: kill builtin Message-ID: <20011220222614.A3168@nevermore.toe.doomcom.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Discovered today that redhat's initscripts try to execute roughly: $SHELL -c kill -SIGIO $PID which works if root's shell is bash, the util-linux kill command also accepts -SIG args, however, zsh's kill builtin doesn't accept this. it seems like a perfectly simple patch to do, and i'd probably do it myself if it weren't for being behind a 14.4 cellular link at the moment (it was the ppp-watch stuff in redhat's initscripts which tried to do that ;) -- Gerald