aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-24 18:47:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-24 18:47:30 +0000
commit1ab8819cc50c51dc5fdd00c8fc89b7b5794fabbf (patch)
treea947a4b3b021508ee0d183fbacd03688702db59a
parent62c4976d902e54cded4149659fc8d630f8154d74 (diff)
downloadbusybox-w32-1ab8819cc50c51dc5fdd00c8fc89b7b5794fabbf.tar.gz
busybox-w32-1ab8819cc50c51dc5fdd00c8fc89b7b5794fabbf.tar.bz2
busybox-w32-1ab8819cc50c51dc5fdd00c8fc89b7b5794fabbf.zip
Update comments re netkit-tiny...
-Erik git-svn-id: svn://busybox.net/trunk/busybox@1647 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--TODO11
1 files changed, 5 insertions, 6 deletions
diff --git a/TODO b/TODO
index 55b32df96..2adbc4b22 100644
--- a/TODO
+++ b/TODO
@@ -6,10 +6,9 @@ around to it some time. If you have any good ideas, please let me know.
6* login/sulogin/passwd/getty/etc are part of tinylogin, and so are not 6* login/sulogin/passwd/getty/etc are part of tinylogin, and so are not
7 needed or wanted in busybox (or else I'd have to link to libcrypt). 7 needed or wanted in busybox (or else I'd have to link to libcrypt).
8 8
9* Networking apps are going to be split out to a new package called netkit-tiny 9* We _were_ going to split networking apps into a new package called
10 before the next release of Busybox. This will remove the following items 10 netkit-tiny. Per discussions on the mailing list, this isn't going
11 from BusyBox: hostid, hostname, nc, nslookup, telnet, and ping. nfs 11 to happen. False alarm. Sorry about the confusion.
12 mounting and syslogd (network logging) will remain in BusyBox.
13 12
14 -Erik 13 -Erik
15 14
@@ -36,8 +35,8 @@ Running the following:
36 35
37reveals the list of all external (i.e. libc) things that BusyBox depends on. 36reveals the list of all external (i.e. libc) things that BusyBox depends on.
38It would be a very nice thing to reduce this list to an absolute minimum, to 37It would be a very nice thing to reduce this list to an absolute minimum, to
39reduce the footprint of busybox when staticly linking with libraries such as 38reduce the footprint of busybox, especially when staticly linking with
40uClibc. 39libraries such as uClibc.
41 40
42----------------------- 41-----------------------
43 42