* Fixed rebooting from init. I'd left some debugging code in

which blocked reboots.  Oops.
 -Erik
This commit is contained in:
Eric Andersen
1999-12-09 07:57:58 +00:00
parent 1792f8c489
commit f0758dd6ba
3 changed files with 2 additions and 4 deletions

View File

@@ -12,6 +12,8 @@
* kill now behaves itself properly, added 'kill -l' to list signals
* 'ls -l' was failing on long directories, since my_getid was leaking
one file descriptor per file. Oops.
* Fixed rebooting from init. I'd left some debugging code in
which blocked reboots.
-Erik Andrsen