Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!ig!bionet!agate!ucbvax!tut.cis.ohio-state.edu!osu-cis!att!shuxd!devildog!uxrd14!thk From: thk@uxrd14.UUCP (Tom Kiermaier) Newsgroups: comp.sys.att Subject: Re: background process interrupt Message-ID: <642@devildog.UUCP> Date: 10 Apr 89 19:51:57 GMT References: <1071@adds.newyork.NCR.COM> Sender: nuucp@devildog.UUCP Reply-To: thk@uxrd14.UUCP (Tom Kiermaier) Organization: AT&T IMS - Piscataway, NJ Lines: 2 Use the setpgrp() system call to disassociate the daemon process from your tty. This will prevent the interrupts from reaching the process.