summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-05 20:18:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-05 20:18:15 +0000
commit1644db9a2bc153373a2c27e7622a5486bf648114 (patch)
tree2ac9e45b8b09398acee6bcaa30a8f9c706a126ca /Changelog
parentb9408504f5bc74a71435162e1c86ce7b60b9530b (diff)
downloadbusybox-w32-1644db9a2bc153373a2c27e7622a5486bf648114.tar.gz
busybox-w32-1644db9a2bc153373a2c27e7622a5486bf648114.tar.bz2
busybox-w32-1644db9a2bc153373a2c27e7622a5486bf648114.zip
Two patches from Magick <magick@linux-fan.com>:
1st makes init smaller, and fixes a bug with AskFirst. Reading from /dev/null gives EOF. 2nd makes init run the command's in the order of inittab, as in FIFO instead of LIFO.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1585887f5..e0b9c4622 100644
--- a/Changelog
+++ b/Changelog
@@ -19,6 +19,9 @@
19 -- Fix sed s/[/]// handling (closes: #1208). 19 -- Fix sed s/[/]// handling (closes: #1208).
20 -- Fix `-/bin/sh' invocation (closes: #1209). 20 -- Fix `-/bin/sh' invocation (closes: #1209).
21 -- Fix ash exec (noted by Arne Bernin). 21 -- Fix ash exec (noted by Arne Bernin).
22 * Magick
23 -- maked init run inittab command's in inittab order (
24 (i.e. FIFO instead of LIFO).
22 25
23 26
24 -Erik Andersen, --not yet released-- 27 -Erik Andersen, --not yet released--