aboutsummaryrefslogtreecommitdiff
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
parent05b5addcaa210f30078ab8a69c57cee829aa7eb9 (diff)
downloadbusybox-w32-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.tar.gz
busybox-w32-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.tar.bz2
busybox-w32-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.zip
Begin moving things to busybox.net
-Erik
-rw-r--r--Makefile18
-rw-r--r--README8
-rw-r--r--debian/copyright4
-rwxr-xr-xdebian/rules12
-rw-r--r--docs/busybox.net/index.html50
-rw-r--r--docs/busybox.net/oldnews.html53
-rw-r--r--docs/contributing.txt10
-rw-r--r--docs/new-applet-HOWTO.txt2
-rw-r--r--examples/bootfloppy/bootfloppy.txt2
-rw-r--r--examples/busybox.spec4
-rw-r--r--scripts/Menuconfig4
-rw-r--r--shell/lash.c2
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
69 69
70# If you have a "pristine" source directory, point CONFIG_SRC_DIR to it. 70# If you have a "pristine" source directory, point CONFIG_SRC_DIR to it.
71# Experimental and incomplete; tell the mailing list 71# Experimental and incomplete; tell the mailing list
72# <busybox@opensource.lineo.com> if you do or don't like it so far. 72# <busybox@busybox.net> if you do or don't like it so far.
73CONFIG_SRC_DIR = 73CONFIG_SRC_DIR =
74 74
75# If you are running a cross compiler, you may want to set CROSS 75# If you are running a cross compiler, you may want to set CROSS
@@ -249,15 +249,15 @@ docs/BusyBox.1: docs/busybox.pod
249 - pod2man --center=BusyBox --release="version $(VERSION)" \ 249 - pod2man --center=BusyBox --release="version $(VERSION)" \
250 $< > $@ 250 $< > $@
251 251
252docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html 252docs/BusyBox.html: docs/busybox.net/BusyBox.html
253 - mkdir -p docs 253 - mkdir -p docs
254 -@ rm -f docs/BusyBox.html 254 -@ rm -f docs/BusyBox.html
255 -@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html 255 -@ ln -s busybox.net/BusyBox.html docs/BusyBox.html
256 256
257docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod 257docs/busybox.net/BusyBox.html: docs/busybox.pod
258 -@ mkdir -p docs/busybox.lineo.com 258 -@ mkdir -p docs/busybox.net
259 - pod2html --noindex $< > \ 259 - pod2html --noindex $< > \
260 docs/busybox.lineo.com/BusyBox.html 260 docs/busybox.net/BusyBox.html
261 -@ rm -f pod2htm* 261 -@ rm -f pod2htm*
262 262
263 263
@@ -285,7 +285,7 @@ docs/busybox.pdf: docs/busybox.ps
285 285
286docs/busybox/busyboxdocumentation.html: docs/busybox.sgml 286docs/busybox/busyboxdocumentation.html: docs/busybox.sgml
287 - mkdir -p docs 287 - mkdir -p docs
288 (cd docs/busybox.lineo.com; sgmltools -b html ../busybox.sgml) 288 (cd docs/busybox.net; sgmltools -b html ../busybox.sgml)
289 289
290# The nifty new buildsystem stuff 290# The nifty new buildsystem stuff
291scripts/mkdep: scripts/mkdep.c 291scripts/mkdep: scripts/mkdep.c
@@ -369,9 +369,9 @@ clean:
369 - $(MAKE) -C tests clean 369 - $(MAKE) -C tests clean
370 - $(MAKE) -C scripts/lxdialog clean 370 - $(MAKE) -C scripts/lxdialog clean
371 - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ 371 - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
372 docs/busybox.lineo.com/BusyBox.html 372 docs/busybox.net/BusyBox.html
373 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ 373 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
374 docs/busybox.pdf docs/busybox.lineo.com/busybox.html \ 374 docs/busybox.pdf docs/busybox.net/busybox.html \
375 docs/busybox _install pod2htm* *.gdb *.elf *~ core 375 docs/busybox _install pod2htm* *.gdb *.elf *~ core
376 - rm -f busybox.links libbb/loop.h .config.old .hdepend 376 - rm -f busybox.links libbb/loop.h .config.old .hdepend
377 - rm -f scripts/split-include scripts/mkdep .*config.log 377 - 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.
83Getting help: 83Getting help:
84 84
85When you find you need help, you can check out the BusyBox mailing list 85When you find you need help, you can check out the BusyBox mailing list
86archives at http://oss.lineo.com/lists/busybox/ or even join 86archives at http://busybox.net/lists/busybox/ or even join
87the mailing list if you are interested. 87the mailing list if you are interested.
88 88
89---------------- 89----------------
@@ -131,13 +131,13 @@ Source for the latest released version can always be downloaded from
131CVS: 131CVS:
132 132
133BusyBox now has its own publicly browsable CVS tree at: 133BusyBox now has its own publicly browsable CVS tree at:
134 http://oss.lineo.com/cgi-bin/cvsweb/busybox/ 134 http://busybox.net/cgi-bin/cvsweb/busybox/
135 135
136Anonymous CVS access is available. For instructions, check out: 136Anonymous CVS access is available. For instructions, check out:
137 http://oss.lineo.com/cvs_anon.html 137 http://busybox.net/cvs_anon.html
138 138
139For those that are actively contributing there is even CVS write access: 139For those that are actively contributing there is even CVS write access:
140 http://oss.lineo.com/cvs_write.html 140 http://busybox.net/cvs_write.html
141 141
142---------------- 142----------------
143 143
diff --git a/debian/copyright b/debian/copyright
index 68a96e68b..9a51d73c7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
1This package was debianized by Erik Andersen <andersee@debian.org> on 1This package was debianized by Erik Andersen <andersee@debian.org> on
2Sun, 18 Jun 2000 23:31:02 -0600 2Sun, 18 Jun 2000 23:31:02 -0600
3 3
4It was downloaded from ftp://ftp.lineo.com/pub/busybox 4It was downloaded from ftp://ftp.busybox.net/busybox
5HomePage is at: http://busybox.lineo.com/ 5HomePage is at: http://busybox.net/
6 6
7Copyright: GPL 7Copyright: 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
42 #(cd $(bbbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bb)" install) 42 #(cd $(bbbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bb)" install)
43 mkdir -p $(bb)/bin/ 43 mkdir -p $(bb)/bin/
44 cp $(bbbd)/busybox $(bb)/bin/busybox 44 cp $(bbbd)/busybox $(bb)/bin/busybox
45 mkdir -p $(bb)/usr/share/doc/busybox/busybox.lineo.com 45 mkdir -p $(bb)/usr/share/doc/busybox/busybox.net
46 cp $(bbbd)/docs/busybox.lineo.com/BusyBox.html $(bb)/usr/share/doc/busybox/busybox.lineo.com/ 46 cp $(bbbd)/docs/busybox.net/BusyBox.html $(bb)/usr/share/doc/busybox/busybox.net/
47 mkdir -p $(bb)/usr/share/man/man1 47 mkdir -p $(bb)/usr/share/man/man1
48 cp $(bbbd)/docs/BusyBox.1 $(bb)/usr/share/man/man1/busybox.1 48 cp $(bbbd)/docs/BusyBox.1 $(bb)/usr/share/man/man1/busybox.1
49 49
@@ -67,8 +67,8 @@ install-static: build
67 #(cd $(bbsbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bbs)" install) 67 #(cd $(bbsbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bbs)" install)
68 mkdir -p $(bbs)/bin/ 68 mkdir -p $(bbs)/bin/
69 cp $(bbsbd)/busybox $(bbs)/bin/busybox 69 cp $(bbsbd)/busybox $(bbs)/bin/busybox
70 mkdir -p $(bbs)/usr/share/doc/busybox-static/busybox.lineo.com 70 mkdir -p $(bbs)/usr/share/doc/busybox-static/busybox.net
71 cp $(bbsbd)/docs/busybox.lineo.com/BusyBox.html $(bbs)/usr/share/doc/busybox-static/busybox.lineo.com/ 71 cp $(bbsbd)/docs/busybox.net/BusyBox.html $(bbs)/usr/share/doc/busybox-static/busybox.net/
72 mkdir -p $(bbs)/usr/share/man/man1/ 72 mkdir -p $(bbs)/usr/share/man/man1/
73 cp $(bbsbd)/docs/BusyBox.1 $(bbs)/usr/share/man/man1/busybox.1 73 cp $(bbsbd)/docs/BusyBox.1 $(bbs)/usr/share/man/man1/busybox.1
74 74
@@ -130,7 +130,7 @@ busybox: install
130 dh_installdirs 130 dh_installdirs
131 dh_installdocs -p$@ $(bbbd)/docs/BusyBox.txt \ 131 dh_installdocs -p$@ $(bbbd)/docs/BusyBox.txt \
132 $(bbbd)/docs/BusyBox.html docs/style-guide.txt \ 132 $(bbbd)/docs/BusyBox.html docs/style-guide.txt \
133 docs/busybox.lineo.com AUTHORS README TODO 133 docs/busybox.net AUTHORS README TODO
134 rm -rf `find $(bb) -name CVS` 134 rm -rf `find $(bb) -name CVS`
135 rm -f `find $(bb) -name .cvsignore` 135 rm -f `find $(bb) -name .cvsignore`
136 dh_installchangelogs -p$@ Changelog 136 dh_installchangelogs -p$@ Changelog
@@ -152,7 +152,7 @@ busybox-static: do_static
152 dh_installdirs 152 dh_installdirs
153 dh_installdocs -p$@ $(bbsbd)/docs/BusyBox.txt \ 153 dh_installdocs -p$@ $(bbsbd)/docs/BusyBox.txt \
154 $(bbsbd)/docs/BusyBox.html docs/style-guide.txt \ 154 $(bbsbd)/docs/BusyBox.html docs/style-guide.txt \
155 docs/busybox.lineo.com AUTHORS README TODO 155 docs/busybox.net AUTHORS README TODO
156 rm -rf `find $(bbs) -name CVS` 156 rm -rf `find $(bbs) -name CVS`
157 rm -f `find $(bbs) -name .cvsignore` 157 rm -f `find $(bbs) -name .cvsignore`
158 dh_installchangelogs -p$@ Changelog 158 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 <a href="screenshot.html">right here</a>.
62 62
63 63
64<H3>Mailing List Information</h3> 64<H3>Mailing List Information</h3>
65BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>! 65BusyBox now has a <a href="http://busybox.net/lists/busybox/">mailing list</a>!
66To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>. 66To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox">this page</a>.
67 67
68<!-- Begin Latest News section --> 68<!-- Begin Latest News section -->
69 69
@@ -94,12 +94,12 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
94 I've personally tested this release out 94 I've personally tested this release out
95 on x86, ARM, and powerpc using glibc 2.2.4, libc5, and uClibc, so 95 on x86, ARM, and powerpc using glibc 2.2.4, libc5, and uClibc, so
96 it should work with just about any Linux system you throw it at. 96 it should work with just about any Linux system you throw it at.
97 See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> 97 See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>
98 for <small>most of</small> the details. The last release was 98 for <small>most of</small> the details. The last release was
99 <em>very</em> solid for people, and this one should be even better. 99 <em>very</em> solid for people, and this one should be even better.
100 <p> 100 <p>
101 As usual BusyBox 0.60.2 can be downloaded from 101 As usual BusyBox 0.60.2 can be downloaded from
102 <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. 102 <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
103 <p> 103 <p>
104 And please read the news item for the 18th as well. Have Fun.<br> -Erik 104 And please read the news item for the 18th as well. Have Fun.<br> -Erik
105 <p> 105 <p>
@@ -113,7 +113,7 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
113 <input type="hidden" name="cmd" value="_xclick"> 113 <input type="hidden" name="cmd" value="_xclick">
114 <input type="hidden" name="business" value="andersen@codepoet.org"> 114 <input type="hidden" name="business" value="andersen@codepoet.org">
115 <input type="hidden" name="item_name" value="Support Busybox/Buy busybox.net"> 115 <input type="hidden" name="item_name" value="Support Busybox/Buy busybox.net">
116 <input type="hidden" name="image_url" value="https://opensource.lineo.com/images/busybox2.jpg"> 116 <input type="hidden" name="image_url" value="https://busybox.net/images/busybox2.jpg">
117 <input type="hidden" name="no_shipping" value="1"> 117 <input type="hidden" name="no_shipping" value="1">
118 <input type="image" src="images/donate.png" border="0" name="submit" alt="Make donation using PayPal"> 118 <input type="image" src="images/donate.png" border="0" name="submit" alt="Make donation using PayPal">
119 </form> 119 </form>
@@ -164,9 +164,9 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
164 here it is. Come and get it. 164 here it is. Come and get it.
165 <p> 165 <p>
166 The 166 The
167 <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> has all 167 <a href="ftp://busybox.net/busybox/Changelog">changelog</a> has all
168 the details. As usual BusyBox 0.60.1 can be downloaded from 168 the details. As usual BusyBox 0.60.1 can be downloaded from
169 <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. 169 <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
170 <p>Have Fun! 170 <p>Have Fun!
171 <p> 171 <p>
172 172
@@ -188,11 +188,11 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
188 Those wanting an easy way to test the 0.60.0 release with uClibc can 188 Those wanting an easy way to test the 0.60.0 release with uClibc can
189 use <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a> 189 use <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
190 to give it a try by downloading and compiling 190 to give it a try by downloading and compiling
191 <a href="ftp://oss.lineo.com/buildroot.tar.gz">buildroot.tar.gz</a>. 191 <a href="ftp://busybox.net/buildroot.tar.gz">buildroot.tar.gz</a>.
192 You don't have to be root or reboot your machine to run test this way. 192 You don't have to be root or reboot your machine to run test this way.
193 Preconfigured User-Mode Linux kernel source is also on oss.lineo.com. 193 Preconfigured User-Mode Linux kernel source is also on busybox.net.
194 <p> 194 <p>
195 Another cool thing is the nifty <a href="ftp://oss.lineo.com/busybox/tutorial/index.html"> 195 Another cool thing is the nifty <a href="ftp://busybox.net/busybox/tutorial/index.html">
196 BusyBox Tutorial</a> contributed by K Computing. This requires 196 BusyBox Tutorial</a> contributed by K Computing. This requires
197 a ShockWave plugin (or standalone viewer), so you may want to grab the 197 a ShockWave plugin (or standalone viewer), so you may want to grab the
198 the GPLed shockwave viewer from <a href="http://www.swift-tools.com/Flash/flash-0.4.10.tgz">here</a> 198 the GPLed shockwave viewer from <a href="http://www.swift-tools.com/Flash/flash-0.4.10.tgz">here</a>
@@ -217,9 +217,9 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
217 217
218 <p> 218 <p>
219 The 219 The
220 <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> has all 220 <a href="ftp://busybox.net/busybox/Changelog">changelog</a> has all
221 the details. As usual BusyBox 0.60.0 can be downloaded from 221 the details. As usual BusyBox 0.60.0 can be downloaded from
222 <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. 222 <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
223 <p>Have Fun! 223 <p>Have Fun!
224 <p> 224 <p>
225 225
@@ -236,11 +236,11 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
236 236
237 <p> 237 <p>
238 The 238 The
239 <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> covers 239 <a href="ftp://busybox.net/busybox/Changelog">changelog</a> covers
240 some of the more obvious details, but there are many many things that 240 some of the more obvious details, but there are many many things that
241 are not mentioned, but have been improved in subtle ways. As usual, 241 are not mentioned, but have been improved in subtle ways. As usual,
242 BusyBox 0.52 can be downloaded from 242 BusyBox 0.52 can be downloaded from
243 <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. 243 <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
244 <p>Have Fun! 244 <p>Have Fun!
245 <p> 245 <p>
246 246
@@ -260,7 +260,7 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
260 260
261 <li> <b>Old News</b> 261 <li> <b>Old News</b>
262 <br> 262 <br>
263 For the old news, visit <a href="http://busybox.lineo.com/oldnews.html">the old news page</a>. 263 For the old news, visit <a href="http://busybox.net/oldnews.html">the old news page</a>.
264</ul> 264</ul>
265 265
266 266
@@ -275,17 +275,17 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
275<ul> 275<ul>
276 276
277 <li> Source for the latest release can always be downloaded from 277 <li> Source for the latest release can always be downloaded from
278 <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. 278 <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
279 279
280 <li> A new snapshot of the source is made daily and is available as a GNU 280 <li> A new snapshot of the source is made daily and is available as a GNU
281 gzipped tarball <a href="busybox.tar.gz"> right here</a>. 281 gzipped tarball <a href="busybox.tar.gz"> right here</a>.
282 282
283 <li> BusyBox now has its own publically browsable 283 <li> BusyBox now has its own publically browsable
284 <a href="http://opensource.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>, 284 <a href="http://busybox.net/cgi-bin/cvsweb/busybox/">CVS tree</a>,
285 anonymous 285 anonymous
286 <a href="http://opensource.lineo.com/cvs_anon.html">CVS access</a>, and 286 <a href="http://busybox.net/cvs_anon.html">CVS access</a>, and
287 for those that are actively contributing there is even 287 for those that are actively contributing there is even
288 <a href="http://opensource.lineo.com/cvs_write.html">CVS write access</a>. 288 <a href="http://busybox.net/cvs_write.html">CVS write access</a>.
289 289
290</ul> 290</ul>
291 291
@@ -300,18 +300,18 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
300<TR><TD BGCOLOR="#eeeee0"> 300<TR><TD BGCOLOR="#eeeee0">
301Current documentation for BusyBox includes: 301Current documentation for BusyBox includes:
302<ul> 302<ul>
303 <li> <a href="ftp://oss.lineo.com/busybox/BusyBox.html">BusyBox.html</a>. 303 <li> <a href="ftp://busybox.net/busybox/BusyBox.html">BusyBox.html</a>.
304 This is a list of the all the available commands in BusyBox with 304 This is a list of the all the available commands in BusyBox with
305 complete usage information and examples of how to use each app. I 305 complete usage information and examples of how to use each app. I
306 have spent a <em>lot</em> of time updating these docs and trying to 306 have spent a <em>lot</em> of time updating these docs and trying to
307 make them fairly comprehensive. If you find any errors (factual, 307 make them fairly comprehensive. If you find any errors (factual,
308 grammatical, whatever) please let me know. 308 grammatical, whatever) please let me know.
309 <li> <a href="ftp://oss.lineo.com/busybox/README">README</a>. 309 <li> <a href="ftp://busybox.net/busybox/README">README</a>.
310 This is the README file included in the busybox source release. 310 This is the README file included in the busybox source release.
311 <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBox Bugs</a>. 311 <li> <a href="http://bugs.busybox.net/db/pa/lbusybox.html">BusyBox Bugs</a>.
312 Need to report a bug? Need to check if a bug has been filed? 312 Need to report a bug? Need to check if a bug has been filed?
313 <li> If you need more help, the BusyBox 313 <li> If you need more help, the BusyBox
314 <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a> is 314 <a href="http://busybox.net/lists/busybox/">mailing list</a> is
315 a good place to start. 315 a good place to start.
316</ul> 316</ul>
317 317
@@ -338,7 +338,7 @@ Current documentation for BusyBox includes:
338 <li> <A HREF="http://freshmeat.net/projects/busybox/"> 338 <li> <A HREF="http://freshmeat.net/projects/busybox/">
339 Freshmeat AppIndex record for BusyBox</A> 339 Freshmeat AppIndex record for BusyBox</A>
340 <p> 340 <p>
341 <li><a href="http://tinylogin.lineo.com/">TinyLogin</a> 341 <li><a href="http://tinylogin.busybox.net/">TinyLogin</a>
342 is a nice embedded tool for handling authentication, changing passwords, 342 is a nice embedded tool for handling authentication, changing passwords,
343 and similar tasks which nicely complements BusyBox. 343 and similar tasks which nicely complements BusyBox.
344 <p> 344 <p>
@@ -350,7 +350,7 @@ Current documentation for BusyBox includes:
350 BusyBox to create very small embedded systems. 350 BusyBox to create very small embedded systems.
351 <p> 351 <p>
352 352
353 <li> <a href="http://opensource.lineo.com/software.html">Other cool embedded software</a>. 353 <li> <a href="http://busybox.net/software.html">Other cool embedded software</a>.
354 <p> 354 <p>
355 355
356</ul> 356</ul>
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 @@
38 38
39<ul> 39<ul>
40 40
41 <p> <li> <b>Take me back to the <a href="http://busybox.lineo.com/">BusyBox</a> web site.</b> 41 <p> <li> <b>Take me back to the <a href="http://busybox.net/">BusyBox</a> web site.</b>
42 <hr> 42 <hr>
43 43
44 <li> <b>10 April 2001 -- BusyBox 0.51 released</b> 44 <li> <b>10 April 2001 -- BusyBox 0.51 released</b>
@@ -65,21 +65,21 @@
65 for letting me use their system!). 65 for letting me use their system!).
66 <p> 66 <p>
67 You can read the 67 You can read the
68 <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> for 68 <a href="ftp://busybox.net/busybox/Changelog">changelog</a> for
69 complete details. BusyBox 0.51 can be downloaded from 69 complete details. BusyBox 0.51 can be downloaded from
70 <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. 70 <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
71 <p>Have Fun! 71 <p>Have Fun!
72 <p> 72 <p>
73 73
74 <li> <b>Busybox Boot-Floppy Image</b> 74 <li> <b>Busybox Boot-Floppy Image</b>
75 75
76 <p>Because you asked for it, we have made available a <a href= 76 <p>Because you asked for it, we have made available a <a href=
77 "ftp://oss.lineo.com/busybox/busybox.floppy.img"> Busybox boot floppy 77 "ftp://busybox.net/busybox/busybox.floppy.img"> Busybox boot floppy
78 image</a>. Here's how you use it: 78 image</a>. Here's how you use it:
79 79
80 <ol> 80 <ol>
81 81
82 <li> <a href= "ftp://oss.lineo.com/busybox/busybox.floppy.img"> 82 <li> <a href= "ftp://busybox.net/busybox/busybox.floppy.img">
83 Download the image</a> 83 Download the image</a>
84 84
85 <li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img 85 <li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img
@@ -108,7 +108,7 @@
108 shell is now working very well, and the shell's environment variable 108 shell is now working very well, and the shell's environment variable
109 expansion was fixed. Tons of other things were fixed or made 109 expansion was fixed. Tons of other things were fixed or made
110 smaller. For a fairly complete overview, see the 110 smaller. For a fairly complete overview, see the
111 <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>. 111 <a href="ftp://busybox.net/busybox/Changelog">changelog</a>.
112 <p> 112 <p>
113 lash (the busybox shell) is still with us, fixed up a bit so it 113 lash (the busybox shell) is still with us, fixed up a bit so it
114 now behaves itself quite nicely. It really is quite usable as 114 now behaves itself quite nicely. It really is quite usable as
@@ -129,7 +129,7 @@
129 Several new applets, lots of bug fixes, cleanups, and many smaller 129 Several new applets, lots of bug fixes, cleanups, and many smaller
130 things made nicer. Several cleanups and improvements to the shell. 130 things made nicer. Several cleanups and improvements to the shell.
131 For a list of the most interesting changes 131 For a list of the most interesting changes
132 you might want to look at the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>. 132 you might want to look at the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>.
133 <p> 133 <p>
134 Special thanks go out to Matt Kraai and Larry Doolittle for all their 134 Special thanks go out to Matt Kraai and Larry Doolittle for all their
135 work on this release, and for keeping on top of things while I've been 135 work on this release, and for keeping on top of things while I've been
@@ -161,7 +161,7 @@
161 woody) a .udeb can now be generated. 161 woody) a .udeb can now be generated.
162 <p> 162 <p>
163 The curious can get a list of some of the more interesting changes by reading 163 The curious can get a list of some of the more interesting changes by reading
164 the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>. 164 the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>.
165 <p> 165 <p>
166 Many thanks go out to the many many people that have contributed to 166 Many thanks go out to the many many people that have contributed to
167 this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti. 167 this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti.
@@ -175,7 +175,7 @@
175 renice, xargs, and expr. syslogd now supports network logging. 175 renice, xargs, and expr. syslogd now supports network logging.
176 There are the usual tar updates. Most apps now use getopt for 176 There are the usual tar updates. Most apps now use getopt for
177 more correct option parsing. 177 more correct option parsing.
178 See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> 178 See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>
179 for complete details. 179 for complete details.
180 180
181 181
@@ -187,7 +187,7 @@
187 people to dump a binary keymaps for use with 'loadkmap', and a 187 people to dump a binary keymaps for use with 'loadkmap', and a
188 completely reworked 'grep' and 'sed' which should behave better. 188 completely reworked 'grep' and 'sed' which should behave better.
189 BusyBox shell can now also be used as a login shell. 189 BusyBox shell can now also be used as a login shell.
190 See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> 190 See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>
191 for complete details. 191 for complete details.
192 192
193 193
@@ -199,17 +199,17 @@
199 release provides the following new apps: cut, tr, insmod, ar, 199 release provides the following new apps: cut, tr, insmod, ar,
200 mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and 200 mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and
201 telnet. There are bug fixes for just about every app as well (see 201 telnet. There are bug fixes for just about every app as well (see
202 the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> for 202 the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> for
203 details). 203 details).
204 <p> 204 <p>
205 Also, some exciting infrastructure news! Busybox now has its own 205 Also, some exciting infrastructure news! Busybox now has its own
206 <a href="http://oss.lineo.com/lists/busybox/">mailing list</a>, 206 <a href="http://busybox.net/lists/busybox/">mailing list</a>,
207 publically browsable 207 publically browsable
208 <a href="http://oss.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>, 208 <a href="http://busybox.net/cgi-bin/cvsweb/busybox/">CVS tree</a>,
209 anonymous 209 anonymous
210 <a href="http://oss.lineo.com/cvs_anon.html">CVS access</a>, and 210 <a href="http://busybox.net/cvs_anon.html">CVS access</a>, and
211 for those that are actively contributing there is even 211 for those that are actively contributing there is even
212 <a href="http://oss.lineo.com/cvs_write.html">CVS write access</a>. 212 <a href="http://busybox.net/cvs_write.html">CVS write access</a>.
213 I think this will be a huge help to the ongoing development of BusyBox. 213 I think this will be a huge help to the ongoing development of BusyBox.
214 <p> 214 <p>
215 Also, for the curious, there is no 0.44 release. Somehow 0.44 got announced 215 Also, for the curious, there is no 0.44 release. Somehow 0.44 got announced
@@ -250,7 +250,7 @@
250 while say ppp has the syslog open, init would block (which is bad, bad, bad). 250 while say ppp has the syslog open, init would block (which is bad, bad, bad).
251 <p> 251 <p>
252 Karl M. Hegbloom has created a 252 Karl M. Hegbloom has created a
253 <a href="ftp://ftp.lineo.com/pub/busybox/busybox-0.43-syslog_patch">fix for the problem</a>. 253 <a href="ftp://busybox.net/pub/busybox/busybox-0.43-syslog_patch">fix for the problem</a>.
254 Thanks Karl! 254 Thanks Karl!
255 255
256 256
@@ -263,7 +263,7 @@
263 freeramdisk, tr, echo, test, and usleep. Tar has been completely 263 freeramdisk, tr, echo, test, and usleep. Tar has been completely
264 rewritten from scratch. Bss size has also been greatly reduced. 264 rewritten from scratch. Bss size has also been greatly reduced.
265 More details are available in the 265 More details are available in the
266 <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">changelog</a>. 266 <a href="ftp://busybox.net/pub/busybox/Changelog">changelog</a>.
267 Oh, and as a special bonus, I wrote some fairly comprehensive 267 Oh, and as a special bonus, I wrote some fairly comprehensive
268 <em>documentation</em>, complete with examples and full usage information. 268 <em>documentation</em>, complete with examples and full usage information.
269 269
@@ -275,7 +275,7 @@
275 There were others so if I somehow forgot to mention you, I'm very sorry. 275 There were others so if I somehow forgot to mention you, I'm very sorry.
276 <p> 276 <p>
277 277
278 You can grab BusyBox 0.43 tarballs <a href="ftp://ftp.lineo.com/pub/busybox/">here</a>. 278 You can grab BusyBox 0.43 tarballs <a href="ftp://busybox.net/pub/busybox/">here</a>.
279 279
280 <p> <li> <b>9 April 2000 -- BusyBox 0.43 pre release</b> 280 <p> <li> <b>9 April 2000 -- BusyBox 0.43 pre release</b>
281 <br> 281 <br>
@@ -290,7 +290,7 @@
290 enough for production use -- it just isn't a release since I have some structural 290 enough for production use -- it just isn't a release since I have some structural
291 changes I still want to make. 291 changes I still want to make.
292 <p> 292 <p>
293 The pre-release can be found <a href="ftp://ftp.lineo.com/pub/busybox/">here</a>. 293 The pre-release can be found <a href="ftp://busybox.net/pub/busybox/">here</a>.
294 Please let me know ASAP if you find <em>any</em> bugs. 294 Please let me know ASAP if you find <em>any</em> bugs.
295 295
296 <p> <li> <b>28 March 2000 -- Andersen Baby Boy release</b> 296 <p> <li> <b>28 March 2000 -- Andersen Baby Boy release</b>
@@ -323,7 +323,7 @@
323 323
324 This is the most solid BusyBox release so far. Many, many 324 This is the most solid BusyBox release so far. Many, many
325 bugs have been fixed. See the 325 bugs have been fixed. See the
326<a href="ftp://ftp.lineo.com/pub/busybox/Changelog">changelog</a> for details. 326 <a href="ftp://busybox.net/pub/busybox/Changelog">changelog</a> for details.
327 327
328 Of particular interest, init will now cleanly unmount 328 Of particular interest, init will now cleanly unmount
329 filesystems on reboot, cp and mv have been rewritten and 329 filesystems on reboot, cp and mv have been rewritten and
@@ -340,7 +340,7 @@
340 mkdir, syslogd, and init. New apps include wc, hostid, 340 mkdir, syslogd, and init. New apps include wc, hostid,
341 logname, tty, whoami, and yes. New features include loop device 341 logname, tty, whoami, and yes. New features include loop device
342 support in mount and umount, and better TERM handling by init. 342 support in mount and umount, and better TERM handling by init.
343 The changelog can be found <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">here</a>. 343 The changelog can be found <a href="ftp://busybox.net/pub/busybox/Changelog">here</a>.
344 344
345 <p> <li> <b>7 January 2000 -- BusyBox 0.40 released</b> 345 <p> <li> <b>7 January 2000 -- BusyBox 0.40 released</b>
346 <br> 346 <br>
@@ -350,7 +350,7 @@
350 New apps include sort, uniq, lsmod, rmmod, fbset, and loadacm. 350 New apps include sort, uniq, lsmod, rmmod, fbset, and loadacm.
351 In particular, this release fixes an important bug in tar which 351 In particular, this release fixes an important bug in tar which
352 in some cases produced serious security problems. 352 in some cases produced serious security problems.
353 As always, the changelog can be found <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">here</a>. 353 As always, the changelog can be found <a href="ftp://busybox.net/pub/busybox/Changelog">here</a>.
354 354
355 <p> <li> <b>11 December 1999 -- BusyBox Website</b> 355 <p> <li> <b>11 December 1999 -- BusyBox Website</b>
356 <br> 356 <br>
@@ -364,7 +364,7 @@
364 <br> 364 <br>
365 This release includes fixes to init, reboot, halt, kill, and ls, and contains 365 This release includes fixes to init, reboot, halt, kill, and ls, and contains
366 the new apps ping, hostname, mkfifo, free, tail, du, tee, and head. A full 366 the new apps ping, hostname, mkfifo, free, tail, du, tee, and head. A full
367 changelog can be found <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">here</a>. 367 changelog can be found <a href="ftp://busybox.net/pub/busybox/Changelog">here</a>.
368 <p> <li> <b>5 December 1999 -- BusyBox 0.38 released</b> 368 <p> <li> <b>5 December 1999 -- BusyBox 0.38 released</b>
369 <br> 369 <br>
370 This release includes fixes to tar, cat, ls, dd, rm, umount, find, df, 370 This release includes fixes to tar, cat, ls, dd, rm, umount, find, df,
@@ -385,7 +385,7 @@
385 385
386<ul> 386<ul>
387 387
388 <li> <a href="http://busybox.lineo.com/">Take me back to http://busybox.lineo.com/</a>. 388 <li> <a href="http://busybox.net/">Take me back to http://busybox.net/</a>.
389 <p> 389 <p>
390 390
391 <li> <A HREF="http://perens.com/FreeSoftware/"> 391 <li> <A HREF="http://perens.com/FreeSoftware/">
@@ -398,10 +398,7 @@
398 Freshmeat AppIndex record for BusyBox</A> 398 Freshmeat AppIndex record for BusyBox</A>
399 <p> 399 <p>
400 400
401 <li> <a href="http://oss.lineo.com/software.html">Cool embedded software</a>. 401 <li> <a href="http://busybox.net/software.html">Cool embedded software</a>.
402 <p>
403
404 <li> <a href="http://oss.lineo.com/">oss.lineo.com</a>.
405 <p> 402 <p>
406 403
407</ul> 404</ul>
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
5you can help, guidelines on testing, and how to submit a well-formed patch 5you can help, guidelines on testing, and how to submit a well-formed patch
6that is more likely to be accepted. 6that is more likely to be accepted.
7 7
8The Busybox home page is at: http://busybox.lineo.com 8The Busybox home page is at: http://busybox.net/
9 9
10 10
11 11
@@ -28,8 +28,8 @@ Don't make your work obsolete before you start!
28For information on how to check out Busybox from CVS, please look at the 28For information on how to check out Busybox from CVS, please look at the
29following links: 29following links:
30 30
31 http://oss.lineo.com/cvs_anon.html 31 http://busybox.net/cvs_anon.html
32 http://oss.lineo.com/cvs_howto.html 32 http://busybox.net/cvs_howto.html
33 33
34 34
35Read the Mailing List 35Read the Mailing List
@@ -43,7 +43,7 @@ know.
43 43
44Archives can be found here: 44Archives can be found here:
45 45
46 http://opensource.lineo.com/lists/busybox/ 46 http://busybox.net/lists/busybox/
47 47
48If you have a serious interest in Busybox, i.e., you are using it day-to-day or 48If you have a serious interest in Busybox, i.e., you are using it day-to-day or
49as part of an embedded project, it would be a good idea to join the mailing 49as part of an embedded project, it would be a good idea to join the mailing
@@ -51,7 +51,7 @@ list.
51 51
52A web-based sign-up form can be found here: 52A web-based sign-up form can be found here:
53 53
54 http://opensource.lineo.com/mailman/listinfo/busybox 54 http://busybox.net/mailman/listinfo/busybox
55 55
56 56
57Coordinate with the Applet Maintainer 57Coordinate 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
132 132
133Then create a diff -urN of the files you added (<applet>.c, usage.c, 133Then create a diff -urN of the files you added (<applet>.c, usage.c,
134applets.h, Config.h) and send it to the mailing list: 134applets.h, Config.h) and send it to the mailing list:
135busybox@opensource.lineo.com. Sending patches as attachments is preferred, but 135busybox@busybox.net. Sending patches as attachments is preferred, but
136not required. 136not required.
137 137
138 138
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:
6 6
7 - Linux Kernel (http://www.kernel.org) 7 - Linux Kernel (http://www.kernel.org)
8 - uClibc: C library (http://cvs.uclinux.org/uClibc.html) 8 - uClibc: C library (http://cvs.uclinux.org/uClibc.html)
9 - Busybox: Unix utilities (http://busybox.lineo.com) 9 - Busybox: Unix utilities (http://busybox.net/)
10 - Syslinux: bootloader (http://syslinux.zytor.com) 10 - Syslinux: bootloader (http://syslinux.zytor.com)
11 11
12It is based heavily on a paper presented by Erik Andersen at the 2001 Embedded 12It 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}
12Copyright: GPL 12Copyright: GPL
13Group: System/Utilities 13Group: System/Utilities
14Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 14Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
15URL: http://busybox.lineo.com/ 15URL: http://busybox.net/
16Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz 16Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz
17Buildroot: /var/tmp/%{name}-%{version} 17Buildroot: /var/tmp/%{name}-%{version}
18Packager : Erik Andersen <andersen@codepoet.org> 18Packager : Erik Andersen <andersen@codepoet.org>
19 19
diff --git a/scripts/Menuconfig b/scripts/Menuconfig
index 8f511696d..30d06ee29 100644
--- a/scripts/Menuconfig
+++ b/scripts/Menuconfig
@@ -704,7 +704,7 @@ EOM
704 cat <<EOM 704 cat <<EOM
705 705
706Please report this to the maintainer <mec@shout.net>. You may also 706Please report this to the maintainer <mec@shout.net>. You may also
707send a problem report to <busybox@oss.lineo.com>. 707send a problem report to <busybox@busybox.net>.
708 708
709Please indicate the BusyBox version you are trying to configure and 709Please indicate the BusyBox version you are trying to configure and
710which menu you were trying to enter when this error occurred. 710which menu you were trying to enter when this error occurred.
@@ -767,7 +767,7 @@ the /usr/src/linux/scripts/lxdialog directory and issuing the
767 767
768If you have verified that your ncurses install is correct, you may email 768If you have verified that your ncurses install is correct, you may email
769the maintainer <andersen@codepoet.org> or post a message to 769the maintainer <andersen@codepoet.org> or post a message to
770<busybox@oss.lineo.com> for additional assistance. 770<busybox@busybox.net> for additional assistance.
771 771
772EOM 772EOM
773 cleanup 773 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)
1228#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL 1228#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL
1229 /* Check if the command matches any busybox internal 1229 /* Check if the command matches any busybox internal
1230 * commands ("applets") here. Following discussions from 1230 * commands ("applets") here. Following discussions from
1231 * November 2000 on busybox@opensource.lineo.com, don't use 1231 * November 2000 on busybox@busybox.net, don't use
1232 * get_last_path_component(). This way explicit (with 1232 * get_last_path_component(). This way explicit (with
1233 * slashes) filenames will never be interpreted as an 1233 * slashes) filenames will never be interpreted as an
1234 * applet, just like with builtins. This way the user can 1234 * applet, just like with builtins. This way the user can