diff options
author | Rob Landley <rob@landley.net> | 2006-05-19 22:14:19 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-19 22:14:19 +0000 |
commit | 19d42df206c87c915fe736578dae390168624050 (patch) | |
tree | 6e4c6a698d9963eda2b7d92b9c69bab14ebc1263 | |
parent | 35017fb4fcff66609ecc646eca6abc19de590755 (diff) | |
download | busybox-w32-19d42df206c87c915fe736578dae390168624050.tar.gz busybox-w32-19d42df206c87c915fe736578dae390168624050.tar.bz2 busybox-w32-19d42df206c87c915fe736578dae390168624050.zip |
Add diffutils and dhcp to list of packages we provide replacements for.
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -5,12 +5,12 @@ What is busybox: | |||
5 | 5 | ||
6 | BusyBox combines tiny versions of many common UNIX utilities into a single | 6 | BusyBox combines tiny versions of many common UNIX utilities into a single |
7 | small executable. It provides minimalist replacements for most of the | 7 | small executable. It provides minimalist replacements for most of the |
8 | utilities you usually find in bzip2, coreutils, e2fsprogs, file, findutils, | 8 | utilities you usually find in bzip2, coreutils, dhcp, diffutils, e2fsprogs, |
9 | gawk, grep, inetutils, less, modutils, net-tools, procps, sed, shadow, | 9 | file, findutils, gawk, grep, inetutils, less, modutils, net-tools, procps, |
10 | sysklogd, sysvinit, tar, util-linux, and vim. The utilities in BusyBox | 10 | sed, shadow, sysklogd, sysvinit, tar, util-linux, and vim. The utilities |
11 | often have fewer options than their full-featured cousins; however, the | 11 | in BusyBox often have fewer options than their full-featured cousins; |
12 | options that are included provide the expected functionality and behave | 12 | however, the options that are included provide the expected functionality |
13 | very much like their larger counterparts. | 13 | and behave very much like their larger counterparts. |
14 | 14 | ||
15 | BusyBox has been written with size-optimization and limited resources in | 15 | BusyBox has been written with size-optimization and limited resources in |
16 | mind, both to produce small binaries and to reduce run-time memory usage. | 16 | mind, both to produce small binaries and to reduce run-time memory usage. |