From 2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 8 Dec 2001 01:56:15 +0000 Subject: [PATCH] Begin moving things to busybox.net -Erik --- Makefile | 18 +++++----- README | 8 ++--- debian/copyright | 4 +-- debian/rules | 12 +++---- docs/busybox.net/index.html | 50 ++++++++++++++-------------- docs/busybox.net/oldnews.html | 53 ++++++++++++++---------------- docs/contributing.txt | 10 +++--- docs/new-applet-HOWTO.txt | 2 +- examples/bootfloppy/bootfloppy.txt | 2 +- examples/busybox.spec | 4 +-- scripts/Menuconfig | 4 +-- shell/lash.c | 2 +- 12 files changed, 83 insertions(+), 86 deletions(-) diff --git a/Makefile b/Makefile index 7ae141bd5..68d7db247 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ DOLFS = false # If you have a "pristine" source directory, point CONFIG_SRC_DIR to it. # Experimental and incomplete; tell the mailing list -# if you do or don't like it so far. +# if you do or don't like it so far. CONFIG_SRC_DIR = # If you are running a cross compiler, you may want to set CROSS @@ -249,15 +249,15 @@ docs/BusyBox.1: docs/busybox.pod - pod2man --center=BusyBox --release="version $(VERSION)" \ $< > $@ -docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html +docs/BusyBox.html: docs/busybox.net/BusyBox.html - mkdir -p docs -@ rm -f docs/BusyBox.html - -@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html + -@ ln -s busybox.net/BusyBox.html docs/BusyBox.html -docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod - -@ mkdir -p docs/busybox.lineo.com +docs/busybox.net/BusyBox.html: docs/busybox.pod + -@ mkdir -p docs/busybox.net - pod2html --noindex $< > \ - docs/busybox.lineo.com/BusyBox.html + docs/busybox.net/BusyBox.html -@ rm -f pod2htm* @@ -285,7 +285,7 @@ docs/busybox.pdf: docs/busybox.ps docs/busybox/busyboxdocumentation.html: docs/busybox.sgml - mkdir -p docs - (cd docs/busybox.lineo.com; sgmltools -b html ../busybox.sgml) + (cd docs/busybox.net; sgmltools -b html ../busybox.sgml) # The nifty new buildsystem stuff scripts/mkdep: scripts/mkdep.c @@ -369,9 +369,9 @@ clean: - $(MAKE) -C tests clean - $(MAKE) -C scripts/lxdialog clean - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ - docs/busybox.lineo.com/BusyBox.html + docs/busybox.net/BusyBox.html - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ - docs/busybox.pdf docs/busybox.lineo.com/busybox.html \ + docs/busybox.pdf docs/busybox.net/busybox.html \ docs/busybox _install pod2htm* *.gdb *.elf *~ core - rm -f busybox.links libbb/loop.h .config.old .hdepend - rm -f scripts/split-include scripts/mkdep .*config.log diff --git a/README b/README index 608a31615..bfcf4e2a1 100644 --- a/README +++ b/README @@ -83,7 +83,7 @@ top of ash.c as well, so check those out if you want to tweak things. Getting help: When you find you need help, you can check out the BusyBox mailing list -archives at http://oss.lineo.com/lists/busybox/ or even join +archives at http://busybox.net/lists/busybox/ or even join the mailing list if you are interested. ---------------- @@ -131,13 +131,13 @@ Source for the latest released version can always be downloaded from CVS: BusyBox now has its own publicly browsable CVS tree at: - http://oss.lineo.com/cgi-bin/cvsweb/busybox/ + http://busybox.net/cgi-bin/cvsweb/busybox/ Anonymous CVS access is available. For instructions, check out: - http://oss.lineo.com/cvs_anon.html + http://busybox.net/cvs_anon.html For those that are actively contributing there is even CVS write access: - http://oss.lineo.com/cvs_write.html + http://busybox.net/cvs_write.html ---------------- diff --git a/debian/copyright b/debian/copyright index 68a96e68b..9a51d73c7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Erik Andersen on Sun, 18 Jun 2000 23:31:02 -0600 -It was downloaded from ftp://ftp.lineo.com/pub/busybox -HomePage is at: http://busybox.lineo.com/ +It was downloaded from ftp://ftp.busybox.net/busybox +HomePage is at: http://busybox.net/ Copyright: GPL diff --git a/debian/rules b/debian/rules index 45a6c604c..a84153693 100755 --- a/debian/rules +++ b/debian/rules @@ -42,8 +42,8 @@ install: build #(cd $(bbbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bb)" install) mkdir -p $(bb)/bin/ cp $(bbbd)/busybox $(bb)/bin/busybox - mkdir -p $(bb)/usr/share/doc/busybox/busybox.lineo.com - cp $(bbbd)/docs/busybox.lineo.com/BusyBox.html $(bb)/usr/share/doc/busybox/busybox.lineo.com/ + mkdir -p $(bb)/usr/share/doc/busybox/busybox.net + cp $(bbbd)/docs/busybox.net/BusyBox.html $(bb)/usr/share/doc/busybox/busybox.net/ mkdir -p $(bb)/usr/share/man/man1 cp $(bbbd)/docs/BusyBox.1 $(bb)/usr/share/man/man1/busybox.1 @@ -67,8 +67,8 @@ install-static: build #(cd $(bbsbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bbs)" install) mkdir -p $(bbs)/bin/ cp $(bbsbd)/busybox $(bbs)/bin/busybox - mkdir -p $(bbs)/usr/share/doc/busybox-static/busybox.lineo.com - cp $(bbsbd)/docs/busybox.lineo.com/BusyBox.html $(bbs)/usr/share/doc/busybox-static/busybox.lineo.com/ + mkdir -p $(bbs)/usr/share/doc/busybox-static/busybox.net + cp $(bbsbd)/docs/busybox.net/BusyBox.html $(bbs)/usr/share/doc/busybox-static/busybox.net/ mkdir -p $(bbs)/usr/share/man/man1/ cp $(bbsbd)/docs/BusyBox.1 $(bbs)/usr/share/man/man1/busybox.1 @@ -130,7 +130,7 @@ busybox: install dh_installdirs dh_installdocs -p$@ $(bbbd)/docs/BusyBox.txt \ $(bbbd)/docs/BusyBox.html docs/style-guide.txt \ - docs/busybox.lineo.com AUTHORS README TODO + docs/busybox.net AUTHORS README TODO rm -rf `find $(bb) -name CVS` rm -f `find $(bb) -name .cvsignore` dh_installchangelogs -p$@ Changelog @@ -152,7 +152,7 @@ busybox-static: do_static dh_installdirs dh_installdocs -p$@ $(bbsbd)/docs/BusyBox.txt \ $(bbsbd)/docs/BusyBox.html docs/style-guide.txt \ - docs/busybox.lineo.com AUTHORS README TODO + docs/busybox.net AUTHORS README TODO rm -rf `find $(bbs) -name CVS` rm -f `find $(bbs) -name .cvsignore` dh_installchangelogs -p$@ Changelog diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index edb1966cf..a632a5e3d 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html @@ -62,8 +62,8 @@ is now available right here.

Mailing List Information

-BusyBox now has a mailing list! -To subscribe, go and visit this page. +BusyBox now has a mailing list! +To subscribe, go and visit this page. @@ -94,12 +94,12 @@ To subscribe, go and visit changelog + See the changelog for most of the details. The last release was very solid for people, and this one should be even better.

As usual BusyBox 0.60.2 can be downloaded from - ftp://oss.lineo.com/busybox. + ftp://busybox.net/busybox.

And please read the news item for the 18th as well. Have Fun.
-Erik

@@ -113,7 +113,7 @@ To subscribe, go and visit - + @@ -164,9 +164,9 @@ To subscribe, go and visit changelog has all + changelog has all the details. As usual BusyBox 0.60.1 can be downloaded from - ftp://oss.lineo.com/busybox. + ftp://busybox.net/busybox.

Have Fun!

@@ -188,11 +188,11 @@ To subscribe, go and visit User-Mode Linux to give it a try by downloading and compiling - buildroot.tar.gz. + buildroot.tar.gz. You don't have to be root or reboot your machine to run test this way. - Preconfigured User-Mode Linux kernel source is also on oss.lineo.com. + Preconfigured User-Mode Linux kernel source is also on busybox.net.

- Another cool thing is the nifty + Another cool thing is the nifty BusyBox Tutorial contributed by K Computing. This requires a ShockWave plugin (or standalone viewer), so you may want to grab the the GPLed shockwave viewer from here @@ -217,9 +217,9 @@ To subscribe, go and visit changelog has all + changelog has all the details. As usual BusyBox 0.60.0 can be downloaded from - ftp://oss.lineo.com/busybox. + ftp://busybox.net/busybox.

Have Fun!

@@ -236,11 +236,11 @@ To subscribe, go and visit changelog covers + changelog covers some of the more obvious details, but there are many many things that are not mentioned, but have been improved in subtle ways. As usual, BusyBox 0.52 can be downloaded from - ftp://oss.lineo.com/busybox. + ftp://busybox.net/busybox.

Have Fun!

@@ -260,7 +260,7 @@ To subscribe, go and visit the old news page. + For the old news, visit the old news page. @@ -275,17 +275,17 @@ To subscribe, go and visit ftp://oss.lineo.com/busybox. + ftp://busybox.net/busybox.

  • A new snapshot of the source is made daily and is available as a GNU gzipped tarball right here.
  • BusyBox now has its own publically browsable - CVS tree, + CVS tree, anonymous - CVS access, and + CVS access, and for those that are actively contributing there is even - CVS write access. + CVS write access. @@ -300,18 +300,18 @@ To subscribe, go and visit Current documentation for BusyBox includes:
      -
    • BusyBox.html. +
    • BusyBox.html. This is a list of the all the available commands in BusyBox with complete usage information and examples of how to use each app. I have spent a lot of time updating these docs and trying to make them fairly comprehensive. If you find any errors (factual, grammatical, whatever) please let me know. -
    • README. +
    • README. This is the README file included in the busybox source release. -
    • BusyBox Bugs. +
    • BusyBox Bugs. Need to report a bug? Need to check if a bug has been filed?
    • If you need more help, the BusyBox - mailing list is + mailing list is a good place to start.
    @@ -338,7 +338,7 @@ Current documentation for BusyBox includes:
  • Freshmeat AppIndex record for BusyBox

    -

  • TinyLogin +
  • TinyLogin is a nice embedded tool for handling authentication, changing passwords, and similar tasks which nicely complements BusyBox.

    @@ -350,7 +350,7 @@ Current documentation for BusyBox includes: BusyBox to create very small embedded systems.

    -

  • Other cool embedded software. +
  • Other cool embedded software.

    diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index 08a49caf8..ade65c6b0 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html @@ -38,7 +38,7 @@

      -

    • Take me back to the BusyBox web site. +

    • Take me back to the BusyBox web site.
    • 10 April 2001 -- BusyBox 0.51 released @@ -65,21 +65,21 @@ for letting me use their system!).

      You can read the - changelog for + changelog for complete details. BusyBox 0.51 can be downloaded from - ftp://oss.lineo.com/busybox. + ftp://busybox.net/busybox.

      Have Fun!

    • Busybox Boot-Floppy Image

      Because you asked for it, we have made available a Busybox boot floppy + "ftp://busybox.net/busybox/busybox.floppy.img"> Busybox boot floppy image. Here's how you use it:

        -
      1. +
      2. Download the image
      3. dd it onto a floppy like so: dd if=busybox.floppy.img @@ -108,7 +108,7 @@ shell is now working very well, and the shell's environment variable expansion was fixed. Tons of other things were fixed or made smaller. For a fairly complete overview, see the - changelog. + changelog.

        lash (the busybox shell) is still with us, fixed up a bit so it now behaves itself quite nicely. It really is quite usable as @@ -129,7 +129,7 @@ Several new applets, lots of bug fixes, cleanups, and many smaller things made nicer. Several cleanups and improvements to the shell. For a list of the most interesting changes - you might want to look at the changelog. + you might want to look at the changelog.

        Special thanks go out to Matt Kraai and Larry Doolittle for all their work on this release, and for keeping on top of things while I've been @@ -161,7 +161,7 @@ woody) a .udeb can now be generated.

        The curious can get a list of some of the more interesting changes by reading - the changelog. + the changelog.

        Many thanks go out to the many many people that have contributed to this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti. @@ -175,7 +175,7 @@ renice, xargs, and expr. syslogd now supports network logging. There are the usual tar updates. Most apps now use getopt for more correct option parsing. - See the changelog + See the changelog for complete details. @@ -187,7 +187,7 @@ people to dump a binary keymaps for use with 'loadkmap', and a completely reworked 'grep' and 'sed' which should behave better. BusyBox shell can now also be used as a login shell. - See the changelog + See the changelog for complete details. @@ -199,17 +199,17 @@ release provides the following new apps: cut, tr, insmod, ar, mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and telnet. There are bug fixes for just about every app as well (see - the changelog for + the changelog for details).

        Also, some exciting infrastructure news! Busybox now has its own - mailing list, + mailing list, publically browsable - CVS tree, + CVS tree, anonymous - CVS access, and + CVS access, and for those that are actively contributing there is even - CVS write access. + CVS write access. I think this will be a huge help to the ongoing development of BusyBox.

        Also, for the curious, there is no 0.44 release. Somehow 0.44 got announced @@ -250,7 +250,7 @@ while say ppp has the syslog open, init would block (which is bad, bad, bad).

        Karl M. Hegbloom has created a - fix for the problem. + fix for the problem. Thanks Karl! @@ -263,7 +263,7 @@ freeramdisk, tr, echo, test, and usleep. Tar has been completely rewritten from scratch. Bss size has also been greatly reduced. More details are available in the - changelog. + changelog. Oh, and as a special bonus, I wrote some fairly comprehensive documentation, complete with examples and full usage information. @@ -275,7 +275,7 @@ There were others so if I somehow forgot to mention you, I'm very sorry.

        - You can grab BusyBox 0.43 tarballs here. + You can grab BusyBox 0.43 tarballs here.

      4. 9 April 2000 -- BusyBox 0.43 pre release
        @@ -290,7 +290,7 @@ enough for production use -- it just isn't a release since I have some structural changes I still want to make.

        - The pre-release can be found here. + The pre-release can be found here. Please let me know ASAP if you find any bugs.

      5. 28 March 2000 -- Andersen Baby Boy release @@ -323,7 +323,7 @@ This is the most solid BusyBox release so far. Many, many bugs have been fixed. See the -changelog for details. + changelog for details. Of particular interest, init will now cleanly unmount filesystems on reboot, cp and mv have been rewritten and @@ -340,7 +340,7 @@ mkdir, syslogd, and init. New apps include wc, hostid, logname, tty, whoami, and yes. New features include loop device support in mount and umount, and better TERM handling by init. - The changelog can be found here. + The changelog can be found here.

      6. 7 January 2000 -- BusyBox 0.40 released
        @@ -350,7 +350,7 @@ New apps include sort, uniq, lsmod, rmmod, fbset, and loadacm. In particular, this release fixes an important bug in tar which in some cases produced serious security problems. - As always, the changelog can be found here. + As always, the changelog can be found here.

      7. 11 December 1999 -- BusyBox Website
        @@ -364,7 +364,7 @@
        This release includes fixes to init, reboot, halt, kill, and ls, and contains the new apps ping, hostname, mkfifo, free, tail, du, tee, and head. A full - changelog can be found here. + changelog can be found here.

      8. 5 December 1999 -- BusyBox 0.38 released
        This release includes fixes to tar, cat, ls, dd, rm, umount, find, df, @@ -385,7 +385,7 @@ diff --git a/docs/contributing.txt b/docs/contributing.txt index 2e0049289..c1e3f3803 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -5,7 +5,7 @@ This document describes what you need to do to contribute to Busybox, where you can help, guidelines on testing, and how to submit a well-formed patch that is more likely to be accepted. -The Busybox home page is at: http://busybox.lineo.com +The Busybox home page is at: http://busybox.net/ @@ -28,8 +28,8 @@ Don't make your work obsolete before you start! For information on how to check out Busybox from CVS, please look at the following links: - http://oss.lineo.com/cvs_anon.html - http://oss.lineo.com/cvs_howto.html + http://busybox.net/cvs_anon.html + http://busybox.net/cvs_howto.html Read the Mailing List @@ -43,7 +43,7 @@ know. Archives can be found here: - http://opensource.lineo.com/lists/busybox/ + http://busybox.net/lists/busybox/ If you have a serious interest in Busybox, i.e., you are using it day-to-day or as part of an embedded project, it would be a good idea to join the mailing @@ -51,7 +51,7 @@ list. A web-based sign-up form can be found here: - http://opensource.lineo.com/mailman/listinfo/busybox + http://busybox.net/mailman/listinfo/busybox Coordinate with the Applet Maintainer diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt index a00dfcc30..edf7eeee8 100644 --- a/docs/new-applet-HOWTO.txt +++ b/docs/new-applet-HOWTO.txt @@ -132,7 +132,7 @@ The Grand Announcement Then create a diff -urN of the files you added (.c, usage.c, applets.h, Config.h) and send it to the mailing list: -busybox@opensource.lineo.com. Sending patches as attachments is preferred, but +busybox@busybox.net. Sending patches as attachments is preferred, but not required. 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 diff --git a/scripts/Menuconfig b/scripts/Menuconfig index 8f511696d..30d06ee29 100644 --- a/scripts/Menuconfig +++ b/scripts/Menuconfig @@ -704,7 +704,7 @@ EOM cat <. You may also -send a problem report to . +send a problem report to . Please indicate the BusyBox version you are trying to configure and which menu you were trying to enter when this error occurred. @@ -767,7 +767,7 @@ the /usr/src/linux/scripts/lxdialog directory and issuing the If you have verified that your ncurses install is correct, you may email the maintainer or post a message to - for additional assistance. + for additional assistance. EOM cleanup diff --git a/shell/lash.c b/shell/lash.c index 79fd433e3..4155f8dd2 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -1228,7 +1228,7 @@ static int pseudo_exec(struct child_prog *child) #ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL /* Check if the command matches any busybox internal * commands ("applets") here. Following discussions from - * November 2000 on busybox@opensource.lineo.com, don't use + * November 2000 on busybox@busybox.net, don't use * get_last_path_component(). This way explicit (with * slashes) filenames will never be interpreted as an * applet, just like with builtins. This way the user can