From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15637 invoked from network); 12 Nov 2002 21:58:05 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 12 Nov 2002 21:58:05 -0000 Received: (qmail 6853 invoked by alias); 12 Nov 2002 21:57:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17930 Received: (qmail 6843 invoked from network); 12 Nov 2002 21:57:53 -0000 Date: Tue, 12 Nov 2002 21:57:51 +0000 To: Philippe Troin Cc: Peter Stephenson , Zsh hackers list Subject: Re: Inconsistent signal handling? Message-ID: <20021112215751.GB16593@fysh.org> References: <1733.1036752289@csr.com> <87n0ojpmsm.fsf@ceramic.fifi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87n0ojpmsm.fsf@ceramic.fifi.org> User-Agent: Mutt/1.3.28i From: Zefram Philippe Troin wrote: >3. zsh no longer ignores SIGTERM). Ignoring SIGTERM by default in interactive shells is long-established consistent behaviour of all Bourne- and C-shell derivatives. This should be retained. (It means that an errant kill(1), particularly a "kill 0", is unlikely to accidentally terminate the shell.) -zefram