diff options
author | Eric Andersen | 2001-12-08 01:56:15 +0000 |
---|---|---|
committer | Eric Andersen | 2001-12-08 01:56:15 +0000 |
commit | 2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e (patch) | |
tree | b50d166caa9ce3a68b4b119748be38692dd45d40 /examples | |
parent | 05b5addcaa210f30078ab8a69c57cee829aa7eb9 (diff) | |
download | busybox-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.zip busybox-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.tar.gz |
Begin moving things to busybox.net
-Erik
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bootfloppy/bootfloppy.txt | 2 | ||||
-rw-r--r-- | examples/busybox.spec | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/bootfloppy/bootfloppy.txt b/examples/bootfloppy/bootfloppy.txt index 575c93f..36d6280 100644 --- a/examples/bootfloppy/bootfloppy.txt +++ b/examples/bootfloppy/bootfloppy.txt @@ -6,7 +6,7 @@ components: - Linux Kernel (http://www.kernel.org) - uClibc: C library (http://cvs.uclinux.org/uClibc.html) - - Busybox: Unix utilities (http://busybox.lineo.com) + - Busybox: Unix utilities (http://busybox.net/) - Syslinux: bootloader (http://syslinux.zytor.com) It is based heavily on a paper presented by Erik Andersen at the 2001 Embedded diff --git a/examples/busybox.spec b/examples/busybox.spec index 6ac26d5..188b09b 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec @@ -12,8 +12,8 @@ Serial: %{serial} Copyright: GPL Group: System/Utilities Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. -URL: http://busybox.lineo.com/ -Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz +URL: http://busybox.net/ +Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz Buildroot: /var/tmp/%{name}-%{version} Packager : Erik Andersen <andersen@codepoet.org> |