K 10 svn:author V 7 rwatson K 8 svn:date V 27 2003-04-02T22:13:56.000000Z K 7 svn:log V 274 When kill(-1) returns ESRCH, it could be because the current process doesn't have a process group, which can occur if you're working with a custom init that doesn't set up a full tty context. Rather than refusing to reboot, ignore ESRCH from the kill attempt in reboot(8). END