More stuff to do...

-Erik
This commit is contained in:
Eric Andersen 2000-06-02 03:21:32 +00:00
parent 77bd2db325
commit b6c6d87a99

5
TODO
View File

@ -35,6 +35,11 @@ Bugs that need fixing:
- 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.
- 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'.
-----------