Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-02-09 07:40:25 +0300
committerErik Andersen <andersen@codepoet.org>2000-02-09 07:40:25 +0300
commitd7ce5e780282148f86941ebb6babc7ae4b50b07e (patch)
treefc6b1d4f3de4cd732d0e4101a367f509f78218a5 /TODO
parente132f4b09e5c9aedaef97f65279e8702633fd425 (diff)
Update the sample inittab to add the "ctrlaltdel" action.
Note a bug in busybox init that I need to fix. -Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 51a0d147a..1c3b460e7 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,10 @@ around to it some time. If you have any good ideas, please let me know.
separate package (named perhaps tiny-netkit?). This currently includes
hostid, hostname, mnc, and ping.
+* init's waitfor() calls wait() which can catch and ignore the wrong pid
+ exiting. That other process is then not restarted.
+
+
-Erik