diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-23 05:42:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-23 05:42:08 +0000 |
commit | a709317cea0180772616152d2f1af195a95703fd (patch) | |
tree | c9b53fa236820a0bdb28cb3f531b0710f9807546 /examples | |
parent | a07f0b040808c7b1a3b81cbbe3a580f023450817 (diff) | |
download | busybox-w32-a709317cea0180772616152d2f1af195a95703fd.tar.gz busybox-w32-a709317cea0180772616152d2f1af195a95703fd.tar.bz2 busybox-w32-a709317cea0180772616152d2f1af195a95703fd.zip |
More stuff
Diffstat (limited to 'examples')
-rw-r--r-- | examples/busybox.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec index 46bd7f484..281a381a7 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec | |||
@@ -11,11 +11,11 @@ Source: busybox-0.29a1.tar.gz | |||
11 | 11 | ||
12 | %Description | 12 | %Description |
13 | BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It | 13 | BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It |
14 | provides a pretty complete environment that fits on a floppy or in a | 14 | provides a pretty complete POSIX environment in a very small package. |
15 | ROM. Just add "ash" (Keith Almquists tiny Bourne shell clone) and "ae", | 15 | Just add a kernel, "ash" (Keith Almquists tiny Bourne shell clone), and |
16 | and a kernel and you have a full system. This is used on the Debian | 16 | an editor such as "elvis-tiny" or "ae", and you have a full system. This |
17 | install disk and in an internet router, and it makes a good environment | 17 | is makes an excellent environment for a "rescue" disk or any small or |
18 | for a "rescue" disk or any small or embedded system. | 18 | embedded system. |
19 | 19 | ||
20 | %Prep | 20 | %Prep |
21 | %setup -q -n busybox | 21 | %setup -q -n busybox |