From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost by hawkwind.utcs.toronto.edu with SMTP id <2776>; Thu, 5 Nov 1992 18:16:09 -0500 To: rc Subject: Re: rc and signal handlers In-reply-to: malte's message of Thu, 05 Nov 92 15:45:32 -0500. <9211052045.AA01130@dahlie.techfak.uni-bielefeld.de> Date: Thu, 5 Nov 1992 18:16:05 -0500 From: Chris Siebenmann Message-Id: <92Nov5.181609est.2776@hawkwind.utcs.toronto.edu> | Also, the man-page is not too clear about signals: | "Only signals that are being ignored are passed on to programs run by rc" | The should read "signals that are being caught", I guess. The manpage is correct as written; caught signals are not passed on to children, and revert to default behavior. Only ignored signals are passed on to children. If one thinks about how catching signals works, it becomes obvious that this has to be that way. - cks