diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:21:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:21:32 +0000 |
commit | b6c6d87a99c8d0fe59a3fbf45d5d78ee784ba55e (patch) | |
tree | ff7beeb4070235b3353e7ce482d3409cf44179e1 /TODO | |
parent | 77bd2db32527a81dd777f6835fddacc801855cbc (diff) |
More stuff to do...
-Erik
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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'. ----------- |