From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27935 invoked from network); 28 Feb 2005 14:13:52 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Feb 2005 14:13:52 -0000 Received: (qmail 17808 invoked from network); 28 Feb 2005 14:13:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Feb 2005 14:13:38 -0000 Received: (qmail 4601 invoked by alias); 28 Feb 2005 14:13:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20887 Received: (qmail 4587 invoked from network); 28 Feb 2005 14:13:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Feb 2005 14:13:35 -0000 Received: (qmail 17524 invoked from network); 28 Feb 2005 14:13:35 -0000 Received: from mailhost1.csr.com (HELO MAILSWEEPER01.csr.com) (81.105.217.43) by a.mx.sunsite.dk with SMTP; 28 Feb 2005 14:13:30 -0000 Received: from exchange03.csr.com (unverified [10.100.137.60]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id ; Mon, 28 Feb 2005 14:12:00 +0000 Received: from news01.csr.com ([10.103.143.38]) by exchange03.csr.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 28 Feb 2005 14:14:37 +0000 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.13.1/8.12.11) with ESMTP id j1SEDS7v011972; Mon, 28 Feb 2005 14:13:29 GMT Received: from csr.com (pws@localhost) by news01.csr.com (8.13.1/8.13.1/Submit) with ESMTP id j1SEDSP1011969; Mon, 28 Feb 2005 14:13:28 GMT Message-Id: <200502281413.j1SEDSP1011969@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: Borzenkov Andrey cc: zsh-workers@sunsite.dk Subject: Re: SIGTTOU old problem In-reply-to: <20050228134145.9063.qmail@flock1.newmail.ru> References: <20050228134145.9063.qmail@flock1.newmail.ru> Date: Mon, 28 Feb 2005 14:13:27 +0000 From: Peter Stephenson X-OriginalArrivalTime: 28 Feb 2005 14:14:38.0027 (UTC) FILETIME=[D62DF9B0:01C51D9F] X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.5 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.5 Borzenkov Andrey wrote: > At work I still have attached patch. Comments what should become of it? >- trap "" SIGTTOU > /dev/null 2>&1 || : >+ ( trap "" SIGTTOU > /dev/null 2>&1 ) && trap "" SIGTTOU > /dev/null 2>&1 Well, it *looks* harmless enough. By the way, this will fail if sh happens to be zsh since we don't strip the SIG from the signal name, which appears to be optional in other shells. (ksh and bash differ in whether the output shows the SIG or not.) -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. **********************************************************************