Re: 3.0-STABLE, rc.shutdown is still ignored.

[ Available lists | Index of freebsd-hackers | Month of Mar 1999 | Week of 11 Mar 1999 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sheldon Hearn <sheldonh@iafrica.com>
Date
11 Mar 1999 03:16:46
Subject
Re: 3.0-STABLE, rc.shutdown is still ignored.
Message-ID
441.921150974@axl.noc.iafrica.com


[ Hide this part ]
 
Hi folks,

PR10035 describes an interesting problem, where rc.shutdown is run for
``shutdown now'' but not for ``shutdown -r now''.

I think the problem is that init(8) is sent a SIGKILL by reboot(8)
before it's had a chance to run rc.shutdown. If so, the fix that seems
obvious to me is to have reboot(8) send a SIGINT to init(8), by my
reading of the init(8) manpage.

Am I on the right track here?

Thanks,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Elapsed time: 0.085 seconds