mirror of https://github.com/mirror/busybox.git
Rob Landley is busybox maintainer now. Eeek.
parent
d05981eaf1
commit
a253e7361f
|
@ -108,8 +108,8 @@ have additions to this FAQ document, we would love to add them,
|
||||||
If you want an automated yet customizable system builder which produces
|
If you want an automated yet customizable system builder which produces
|
||||||
a BusyBox and uClibc based system, try
|
a BusyBox and uClibc based system, try
|
||||||
<a href="http://buildroot.uclibc.org">buildroot</a>, which is
|
<a href="http://buildroot.uclibc.org">buildroot</a>, which is
|
||||||
another project by the maintainer of the uClibc and BusyBox projects
|
another project by the maintainer of the uClibc (Erik Andersen).
|
||||||
(Erik Andersen). Download the tarball, extract it, unset CC, make.
|
Download the tarball, extract it, unset CC, make.
|
||||||
For more instructions, see the website.
|
For more instructions, see the website.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ have additions to this FAQ document, we would love to add them,
|
||||||
If you simply need help with using or configuring BusyBox, please submit a
|
If you simply need help with using or configuring BusyBox, please submit a
|
||||||
detailed description of your problem to the BusyBox mailing list at <a
|
detailed description of your problem to the BusyBox mailing list at <a
|
||||||
href="mailto:busybox@mail.busybox.net"> busybox@mail.busybox.net</a>.
|
href="mailto:busybox@mail.busybox.net"> busybox@mail.busybox.net</a>.
|
||||||
Please do not send private email to Erik (the maintainer of BusyBox) asking
|
Please do not send email to individual developers asking
|
||||||
for private help unless you are planning on paying for consulting services.
|
for private help unless you are planning on paying for consulting services.
|
||||||
When we answer questions on the BusyBox mailing list, it helps everyone,
|
When we answer questions on the BusyBox mailing list, it helps everyone,
|
||||||
while private answers help only you...
|
while private answers help only you...
|
||||||
|
@ -239,16 +239,16 @@ have additions to this FAQ document, we would love to add them,
|
||||||
|
|
||||||
If you find that you need help with BusyBox, you can ask for help on the
|
If you find that you need help with BusyBox, you can ask for help on the
|
||||||
BusyBox mailing list at busybox@mail.busybox.net. In addition to the BusyBox
|
BusyBox mailing list at busybox@mail.busybox.net. In addition to the BusyBox
|
||||||
mailing list, Erik (andersee), Manuel (mjn3) and others are known to hang out
|
mailing list, Erik (andersee), Manuel (mjn3), Rob (landley) and others are
|
||||||
on the uClibc IRC channel: #uclibc on irc.freenode.net. (Daily logs of
|
known to hang out on the uClibc IRC channel: #uclibc on irc.freenode.net.
|
||||||
that IRC channel, going back to 2002, are available
|
(Daily logs of that IRC channel, going back to 2002, are available
|
||||||
<a href="http://ibot.Rikers.org/%23uclibc/">here</a>.)
|
<a href="http://ibot.Rikers.org/%23uclibc/">here</a>.)
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<b>Please do not send private email to Erik, Manuel, or the other BusyBox
|
<b>Please do not send private email to Rob, Erik, Manuel, or the other
|
||||||
contributors asking for private help unless you are planning on paying for
|
BusyBox contributors asking for private help unless you are planning on
|
||||||
consulting services.</b>
|
paying for consulting services.</b>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
@ -311,8 +311,8 @@ have additions to this FAQ document, we would love to add them,
|
||||||
If you prefer to contact Erik directly to make a donation, donate hardware,
|
If you prefer to contact Erik directly to make a donation, donate hardware,
|
||||||
request support, etc, you can contact
|
request support, etc, you can contact
|
||||||
<a href="http://codepoet-consulting.com/">CodePoet Consulting</a> here.
|
<a href="http://codepoet-consulting.com/">CodePoet Consulting</a> here.
|
||||||
CodePoet Consulting can accept both Visa and MasterCard for those that do not
|
CodePoet Consulting can accept both Visa and MasterCard for those that do
|
||||||
trust PayPal...
|
not trust PayPal...
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -24,8 +24,7 @@ nodes in /dev, a few configuration files in /etc, and a Linux kernel.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
BusyBox is maintained by <a href=
|
BusyBox is maintained by <a href=http://www.landley.net>Rob Landley</a>, and
|
||||||
"http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>, and
|
|
||||||
licensed under the
|
licensed under the
|
||||||
<a href= "http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>
|
<a href= "http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ use of any NSS support files or libraries.
|
||||||
|
|
||||||
=head1 MAINTAINER
|
=head1 MAINTAINER
|
||||||
|
|
||||||
Erik Andersen <andersen@codepoet.org>
|
Rob Landley <rob@landley.net>
|
||||||
|
|
||||||
=head1 AUTHORS
|
=head1 AUTHORS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue