diff options
author | Mark Whitley <markw@lineo.com> | 2000-06-19 17:03:32 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-06-19 17:03:32 +0000 |
commit | dbb3019d0de410960feac649a0b9320ae245cca1 (patch) | |
tree | 20e1fd904d6e516163daf7bb0b44325f4b85220b /TODO | |
parent | 30f0f2d0407062cbb6231a0a335caeb9416cd2e9 (diff) | |
download | busybox-w32-dbb3019d0de410960feac649a0b9320ae245cca1.tar.gz busybox-w32-dbb3019d0de410960feac649a0b9320ae245cca1.tar.bz2 busybox-w32-dbb3019d0de410960feac649a0b9320ae245cca1.zip |
Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ hold up the 0.44 release just because of these: | |||
31 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to | 31 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to |
32 | /tmp/file in the current directory, rather then trying and failing to create | 32 | /tmp/file in the current directory, rather then trying and failing to create |
33 | a symlink named "." in the current working directory). | 33 | a symlink named "." in the current working directory). |
34 | - Prune sfdisk | ||
35 | - Graft fdisk | ||
34 | 36 | ||
35 | These will be deferred til after 0.44 is released. We will rework these to use | 37 | These will be deferred til after 0.44 is released. We will rework these to use |
36 | libc regex functions instead (as per the mailing list discussion): | 38 | libc regex functions instead (as per the mailing list discussion): |