diff options
author | John Beppu <beppu@lbox.org> | 1999-12-10 08:44:54 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 1999-12-10 08:44:54 +0000 |
commit | 59017e80daf0b70955fbff0b5e29f8f85da3f309 (patch) | |
tree | 58ff17ea8cd3a66790783fdca51118fd1a9e4bd2 /TODO | |
parent | cf53687376cbb9cbcab819cfad65b85831cd30ea (diff) | |
download | busybox-w32-59017e80daf0b70955fbff0b5e29f8f85da3f309.tar.gz busybox-w32-59017e80daf0b70955fbff0b5e29f8f85da3f309.tar.bz2 busybox-w32-59017e80daf0b70955fbff0b5e29f8f85da3f309.zip |
damnit.
removed mkfifo from the TODO list.
I didn't implement it, because I realized (too late) that
mknod already existed, and it can do anything that mkfifo
would have done.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ around to it some time. If you have any good ideas, please let me know. | |||
9 | 9 | ||
10 | * Allow tar to create archives with sockets, devices, and other special files | 10 | * Allow tar to create archives with sockets, devices, and other special files |
11 | * Add in a mini insmod, rmmod, lsmod | 11 | * Add in a mini insmod, rmmod, lsmod |
12 | * mkfifo | ||
13 | * dnsdomainname | 12 | * dnsdomainname |
14 | * traceroute/nslookup/netstat | 13 | * traceroute/nslookup/netstat |
15 | * rdate | 14 | * rdate |