aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-08 01:56:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-08 01:56:15 +0000
commit2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e (patch)
treeb50d166caa9ce3a68b4b119748be38692dd45d40 /examples
parent05b5addcaa210f30078ab8a69c57cee829aa7eb9 (diff)
downloadbusybox-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.tar.gz
Begin moving things to busybox.net
-Erik
Diffstat (limited to 'examples')
-rw-r--r--examples/bootfloppy/bootfloppy.txt2
-rw-r--r--examples/busybox.spec4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/bootfloppy/bootfloppy.txt b/examples/bootfloppy/bootfloppy.txt
index 575c93fcc..36d6280af 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 6ac26d5fa..188b09b29 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>