From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4386 invoked from network); 25 Jun 2001 06:55:29 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Jun 2001 06:55:29 -0000 Received: (qmail 29194 invoked by alias); 25 Jun 2001 06:54:39 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3938 Received: (qmail 29182 invoked from network); 25 Jun 2001 06:54:39 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Mads Martin J?rgensen" Cc: Subject: RE: Emulating bash Date: Mon, 25 Jun 2001 10:54:07 +0400 Message-ID: <001b01c0fd43$a0f8f400$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20010624234112.H22534@suse.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal > > Of course -- totally forgot. > > It is when trapping SIGINT and SIGTERM, it says unknown signal. SIGQUIT > and SIGSEGV are not problematic.. > What system? Have you compiled it yourself or got binary? Zsh autogenerates signal names from system include file (it tries to guess the correct one). On my system: bor@itsrm2% kill -l HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM USR1 USR2 CLD PWR WINCH URG POLL STOP TSTP CONT TTIN TTOU VTALRM PROF XCPU XFSZ Both INT and TERM are there. -andrej