mirror of https://github.com/mirror/busybox.git
Update the bug submission stuff to point to bugs.busybox.net
parent
16b8579f53
commit
ff4b924d20
|
@ -85,49 +85,33 @@ have additions to this FAQ document, we would love to add them,
|
||||||
<h2><a name="bugs">I think I found a bug in BusyBox! What should I do?</h2>
|
<h2><a name="bugs">I think I found a bug in BusyBox! What should I do?</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
If you find a problem with BusyBox, please submit a detailed bug report to
|
|
||||||
the BusyBox mailing list at <a href="mailto:busybox@mail.busybox.net">
|
<p>
|
||||||
busybox@mail.busybox.net</a>. Please do not send private email to Erik
|
|
||||||
(the maintainer of BusyBox) asking for private help unless you are planning
|
If you simply need help with using or configuring BusyBox, please submit a
|
||||||
on paying for consulting services. When we answer questions on the BusyBox
|
detailed description of your problem to the BusyBox mailing list at <a
|
||||||
mailing list, it helps everyone, while private answers help only you...
|
href="mailto:busybox@mail.busybox.net"> busybox@mail.busybox.net</a>.
|
||||||
|
Please do not send private email to Erik (the maintainer of BusyBox) asking
|
||||||
|
for private help unless you are planning on paying for consulting services.
|
||||||
|
When we answer questions on the BusyBox mailing list, it helps everyone,
|
||||||
|
while private answers help only you...
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
If you find bugs, please submit a detailed bug report to the BusyBox mailing
|
The developers of BusyBox are busy people, and have only so much they can
|
||||||
list at busybox@mail.busybox.net. A well-written bug report should include a
|
keep in their brains at a time. As a result, bug reports sometimes get
|
||||||
transcript of a shell session that demonstrates the bad behavior and enables
|
lost when posted to the mailing list. To prevent your bug report from
|
||||||
anyone else to duplicate the bug on their own machine. The following is such
|
getting lost, if you find a bug in BusyBox, please use the <a
|
||||||
an example:
|
href="http://bugs.busybox.net/">BusyBox Bug and Patch Tracking System</a>
|
||||||
|
to submit a detailed bug report.
|
||||||
|
|
||||||
<pre>
|
<p>
|
||||||
To: busybox@mail.busybox.net
|
|
||||||
From: diligent@testing.linux.org
|
|
||||||
Subject: /bin/date doesn't work
|
|
||||||
|
|
||||||
Package: BusyBox
|
The same also applies to patches... Regardless of whether your patch is a
|
||||||
Version: 1.00
|
bug fix or adds shiney new features, please post your patch to the <a
|
||||||
|
href="http://bugs.busybox.net/">BusyBox Bug and Patch Tracking System</a>
|
||||||
|
to make certain it is properly considered.
|
||||||
|
|
||||||
When I execute BusyBox 'date' it produces unexpected results.
|
|
||||||
With GNU date I get the following output:
|
|
||||||
|
|
||||||
$ date
|
|
||||||
Fri Oct 8 14:19:41 MDT 2004
|
|
||||||
|
|
||||||
But when I use BusyBox date I get this instead:
|
|
||||||
|
|
||||||
$ date
|
|
||||||
illegal instruction
|
|
||||||
|
|
||||||
I am using Debian unstable, kernel version 2.4.27 on a x86 system,
|
|
||||||
and the latest uClibc from CVS. Thanks for the wonderful program!
|
|
||||||
|
|
||||||
-Diligent
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
Note the careful description and use of examples showing not only what BusyBox
|
|
||||||
does, but also a counter example showing what an equivalent GNU app does. Bug
|
|
||||||
reports lacking proper detail may never be fixed... Thanks for understanding.
|
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue