Path: utzoo!utgpu!watmath!clyde!att!homxb!opus!jgy From: jgy@opus.ATT.COM (John Young) Newsgroups: comp.unix.wizards Subject: Re: Proper way to detach from control terminal? Summary: more comments on System V setpgrp Keywords: detach control-terminal setpgrp Message-ID: <61@opus.ATT.COM> Date: 31 Jan 89 19:45:34 GMT References: <5333@brspyr1.BRS.Com> <87445@sun.uucp> <919@auspex.UUCP> <87598@sun.uucp> Organization: AT&T BL Red Hill NJ USA Lines: 7 A additional comment regarding process groups on SVR3.1 and up. A change to setpgrp() makes it only effective the first time. This means that after a tty link first goes down (and you get your first SIGHUP) there is no way to get further SIGHUP indications (by the same process). That's progress for you! If anyone knows otherwise please inform me.