From: Eric Andersen Date: Wed, 31 May 2000 20:04:38 +0000 (-0000) Subject: Minor doc fix. Added several bugs to the todo list. Fixed the way init X-Git-Tag: 0_45~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5966368d78dfe3354371ad6f467671e4626e685;p=platform%2Fupstream%2Fbusybox.git 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 --- diff --git a/Changelog b/Changelog index 44bcd37..911fedf 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 * More doc updates diff --git a/TODO b/TODO index c06f4c3..4082cfc 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,18 @@ Bugs that need fixing: - 'grep foo$ file' doesn't work - 'grep *foo file' segfaults - ps dirent race bug (need to stat the file before attempting chdir) + - The following commands segfault: + chmod -R + chown -R + chgrp -R + cp -a -a + ln -s -s + rm -f + touch -c + - I believe that swaponoff may also be also broken (check it). + - It used to be that BusyBox tar would happily overwrite existing files on + an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an + existing file is found. ----------- diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index ea46709..81fb4ba 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html @@ -248,7 +248,7 @@ BusyBox is licensed under the Current documentation for BusyBox includes: