summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-23 05:42:08 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-23 05:42:08 +0000
commita709317cea0180772616152d2f1af195a95703fd (patch)
treec9b53fa236820a0bdb28cb3f531b0710f9807546 /examples
parenta07f0b040808c7b1a3b81cbbe3a580f023450817 (diff)
downloadbusybox-w32-a709317cea0180772616152d2f1af195a95703fd.tar.gz
busybox-w32-a709317cea0180772616152d2f1af195a95703fd.tar.bz2
busybox-w32-a709317cea0180772616152d2f1af195a95703fd.zip
More stuff
Diffstat (limited to 'examples')
-rw-r--r--examples/busybox.spec10
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
13BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It 13BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It
14provides a pretty complete environment that fits on a floppy or in a 14provides a pretty complete POSIX environment in a very small package.
15ROM. Just add "ash" (Keith Almquists tiny Bourne shell clone) and "ae", 15Just add a kernel, "ash" (Keith Almquists tiny Bourne shell clone), and
16and a kernel and you have a full system. This is used on the Debian 16an editor such as "elvis-tiny" or "ae", and you have a full system. This
17install disk and in an internet router, and it makes a good environment 17is makes an excellent environment for a "rescue" disk or any small or
18for a "rescue" disk or any small or embedded system. 18embedded system.
19 19
20%Prep 20%Prep
21%setup -q -n busybox 21%setup -q -n busybox