Path: utzoo!attcan!uunet!lll-winken!ames!nrl-cmf!ukma!gatech!bloom-beacon!EXPO.LCS.MIT.EDU!keith From: keith@EXPO.LCS.MIT.EDU (Keith Packard) Newsgroups: comp.windows.x Subject: Re: System V questions in clients/xdm/daemon.c Message-ID: <8901121731.AA24510@EXPO.LCS.MIT.EDU> Date: 12 Jan 89 17:31:43 GMT References: <1768@oakhill.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 15 As I have no access to a vanilla sysV box, I was unable to verify the code in question. daemon.c was originally written by Jim Fulton who promised me that it was portable :-). The questionable code is for HPUX only, on vanilla sysV you should replace the ioctl with something like: signal (SIGHUP, SIG_IGN); signal (SIGINT, SIG_IGN); signal (SIGQUIT, SIG_IGN); which will do approximately the same thing. I am forwarding the original message to xbugs, where a formal fix will eventually wind its way back to the real world. keith packard