reboot has been changed to take advantage of findInitPid();
@ -26,5 +26,6 @@
extern int
reboot_main(int argc, char ** argv)
{
exit( kill(1, SIGUSR2));
/* don't assume init's pid == 1 */
exit( kill(findInitPid(), SIGUSR2));
}
The note is not visible to the blocked user.