Date: Thu, 31 May 2001 19:33:22 -0700 (PDT) From: Tom <tom@uniserve.com> To: Gregory Bond <gnb@itga.com.au> Cc: stable@freebsd.org Subject: Re: Who's HUPing my daemon? Message-ID: <Pine.BSF.4.10.10105311932170.61263-100000@athena.uniserve.ca> In-Reply-To: <200106010210.MAA26759@lightning.itga.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 1 Jun 2001, Gregory Bond wrote: > I'm suspicious that just a plain fork() is not enough to disconnect from the > boot sequence but I can't work out what's causing the HUP. Suggestions? Probably. You need to detach from the terminal, or you'll get a HUP when the terminal session ends. If it is your code, you might want to catch HUP and do nothing. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10105311932170.61263-100000>