From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16380 invoked from network); 30 Jul 2001 15:08:04 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Jul 2001 15:08:04 -0000 Received: (qmail 7393 invoked by alias); 30 Jul 2001 15:07:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15534 Received: (qmail 7380 invoked from network); 30 Jul 2001 15:07:57 -0000 Date: Mon, 30 Jul 2001 11:07:52 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: Re: [phil@fifi.org: Bug#104001: Zsh should clean up its signals on startup] Message-ID: <20010730110752.A20917@dman.com> References: <20010708224915.A29399@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010708224915.A29399@dman.com>; from schizo@debian.org on Sun, Jul 08, 2001 at 10:49:15PM -0400 > +++ zsh-4.0.2/Src/init.c Sun Jul 8 18:34:54 2001 > @@ -816,6 +816,19 @@ > void > init_signals(void) > { > + if (interact) { > + /* Cleanup absolutely everything signal related which could have > + been inherited from parent */ No one said anything about this; should I commit it?