Date: Thu, 22 Apr 1999 07:16:16 +0100 From: Brian Somers <brian@Awfulhak.org> To: Shawn Leas <sleas@ixion.honeywell.com> Cc: questions@FreeBSD.ORG Subject: Re: Annoyance, gripe, whatever Message-ID: <199904220616.HAA01090@keep.lan.Awfulhak.org> In-Reply-To: Your message of "Mon, 19 Apr 1999 21:36:38 CDT." <19990419213638.A26781@ixion.honeywell.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> I did something here while buildworld'ing a current > tree that I thought shouldn't have done what it did. > (I think) > > Anyway, because I wanted to start wine, I decided to > do a killall -STOP make, and read my Lotus Notes, then > killall -CONT make to resume. [.....] make traps SIGTSTP and SIGCONT. If you send a SIGSTOP followed by SIGCONT, make probably gets confused about the fact that it was never SIGTSTP'd - SIGSTOP is untrappable. Try sending TSTP next time. > -- Shawn > <=========== America Held Hostage ===========> > Day 2280 for the poor and the middle class. > Day 2299 for the rich and the dead. > 642 days remaining in the Raw Deal. > <============================================> -- Brian <brian@Awfulhak.org> <brian@FreeBSD.org> <http://www.Awfulhak.org> <brian@OpenBSD.org> Don't _EVER_ lose your sense of humour ! <brian@uk.FreeBSD.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904220616.HAA01090>