From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from hawkwind.utcs.toronto.edu ([128.100.102.51]) by archone.tamu.edu with SMTP id <45338>; Fri, 14 Feb 1992 23:01:32 -0600 Received: from localhost by hawkwind.utcs.toronto.edu with SMTP id <2743>; Sat, 15 Feb 1992 00:01:03 -0500 To: rc@archone.tamu.edu Subject: Re: signals and suchlike Date: Fri, 14 Feb 1992 23:00:57 -0600 From: Chris Siebenmann Message-Id: <92Feb15.000103est.2743@hawkwind.utcs.toronto.edu> A bug in signal handling: rc unconditionally ignores a SIG_IGN'd SIGINT, even if it's running a shell. It should not; if SIGINT is ignored on entry to a shell script, rc should not change this. Only when it's interactive is it entitled to play around with signals in that way. - cks