On Tue, May 29, 2001 at 06:39:37AM -0700, Bob Miller wrote:
>
>larry a price wrote:
>
>> efn's 2 hr. connect policy sometimes has me logging back in and kill -9ing
>> the emacs that i was just using a thing that always makes me feel stupid
>> and as if there were a better way of doing it.
>
>Don't use "kill -9". Use "kill -TERM" or just "kill".
>
Well, actually, on efn's current shell server, given the bogosity of SunOS
signal handling, yes, you want to use kill -9. But you wouldn't on a modern
*NIX.
--
if(rp->p_flag&SSWAP) {
rp->p_flag =& ~SSWAP;
aretu(u.u_ssav);
}