Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: Should xterm -e ignore SIGHUP? Message-ID: <8907272209.AA03866@expo.lcs.mit.edu> Date: 27 Jul 89 22:09:52 GMT References: <8907271559.AA04003@xuucp.ch.apollo.com> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 5 Should "xterm -e" ignore SIGHUP? Nope. It's a bug. Move the signal (SIGHUP, SIG_DFL); before the if (command_to_exec) test.