aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-05-31 20:04:38 +0000
committerEric Andersen <andersen@codepoet.org>2000-05-31 20:04:38 +0000
commitb5966368d78dfe3354371ad6f467671e4626e685 (patch)
treefd824b05197f0b0fd154712febd429f404222684 /Changelog
parentdeb0331eb64d6bf9c92c0e5633eb84c49bf2b411 (diff)
downloadbusybox-b5966368d78dfe3354371ad6f467671e4626e685.tar.gz
Minor doc fix. Added several bugs to the todo list. Fixed the way init
scans /etc/inittab entries so that commands can contain ":"s. -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 44bcd37ff..911fedfe4 100644
--- a/Changelog
+++ b/Changelog
@@ -34,6 +34,9 @@
* zcat now works (wasn't working since option parsing was broken)
* Renamed "mnc" to the more correct "nc" (for netcat).
* Makefile intelligence updates
+ * Changed the way init parses /etc/inittab entries to avoid problems
+ with commands that contain colons in them. Fix thanks to
+ Pavel Roskin <pavel_roskin@geocities.com>
* More doc updates