Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watcgl.UUCP Path: utzoo!watmath!watcgl!dmmartindale From: dmmartindale@watcgl.UUCP (Dave Martindale) Newsgroups: net.unix-wizards Subject: Re: 4.2BSD signal question (revised). Message-ID: <3057@watcgl.UUCP> Date: Sun, 2-Sep-84 23:00:12 EDT Article-I.D.: watcgl.3057 Posted: Sun Sep 2 23:00:12 1984 Date-Received: Mon, 3-Sep-84 12:16:33 EDT References: <159@ucsbcsl.UUCP> Organization: U of Waterloo, Ontario Lines: 10 One possible rationale for why sending TERM and HUP to a process generate automatic CONT signals while QUIT does not: The INTR and QUIT signals are normally generated from the keyboard and sent only to the "foreground" process group, which is executing. There should be no need to send a CONT. TERM and HUP, on the other hand, are often sent to "background" processes because you want to get rid of them, or the system is going down, or your phone line just hung up - in these cases you want the process to un-suspend so it can clean up and die.