From b75c399b7f53e6e9b8b5250312006cf083c8c264 Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 2 Jun 2000 03:21:32 +0000 Subject: More stuff to do... -Erik git-svn-id: svn://busybox.net/trunk/busybox@591 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- TODO | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index eb3f027b3..c1d6f01a6 100644 --- a/TODO +++ b/TODO @@ -33,8 +33,13 @@ Bugs that need fixing: 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. + an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an + existing file is found. + - Make 'mount -a' work even when /proc isn't mounted (ugly bug). + - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to + /tmp/file in the current directory, rather then trying and failing to create + a symlink named "." in the current working directory). + - implement 'ls -R'. ----------- -- cgit v1.2.3-55-g6feb