diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-05-31 20:04:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-05-31 20:04:38 +0000 |
commit | b5966368d78dfe3354371ad6f467671e4626e685 (patch) | |
tree | fd824b05197f0b0fd154712febd429f404222684 /Changelog | |
parent | deb0331eb64d6bf9c92c0e5633eb84c49bf2b411 (diff) | |
download | busybox-w32-b5966368d78dfe3354371ad6f467671e4626e685.tar.gz busybox-w32-b5966368d78dfe3354371ad6f467671e4626e685.tar.bz2 busybox-w32-b5966368d78dfe3354371ad6f467671e4626e685.zip |
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-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ | |||
34 | * zcat now works (wasn't working since option parsing was broken) | 34 | * zcat now works (wasn't working since option parsing was broken) |
35 | * Renamed "mnc" to the more correct "nc" (for netcat). | 35 | * Renamed "mnc" to the more correct "nc" (for netcat). |
36 | * Makefile intelligence updates | 36 | * Makefile intelligence updates |
37 | * Changed the way init parses /etc/inittab entries to avoid problems | ||
38 | with commands that contain colons in them. Fix thanks to | ||
39 | Pavel Roskin <pavel_roskin@geocities.com> | ||
37 | * More doc updates | 40 | * More doc updates |
38 | 41 | ||
39 | 42 | ||