The send-pr(1) has been removed in FreeBSD 10, so remove it from most of the

documentation (books, articles, websites) unless there is an explicit or
"obvious" reason.

Do not touch old news articles, release notes, or the CGI scripts.

Differential Revision: 	https://reviews.freebsd.org/D2380
Reviewed by:	bjk
This commit is contained in:
Rene Ladan 2015-05-01 21:32:39 +00:00
parent e008aa7051
commit 4d07437c99
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46642
8 changed files with 21 additions and 43 deletions

View file

@ -106,8 +106,8 @@
event.</p></li>
<li><p>Anyone can submit patches, bug reports, documentation, and
other contributions. They can do this by using the <tt>send-pr</tt>
program installed on their *BSD system, or by using a web based
other contributions. They can do this
by using a web based
interface.</p>
<p>Pointers to this system litter the documentation.</p></li>
@ -115,7 +115,7 @@
<li><p>Not everyone can commit code changes to the *BSD code. You
need to be a <em>committer</em> first. Typically, people are offered
``commit privs'' after they have made a few well-thought out
submissions to the project using <tt>send-pr</tt> or similar.</p>
submissions to the project using Bugzilla or similar.</p>
<p>This is identical to the Linux mechanism. Only one person is
(notionally) allowed to change the Kernel, Linus. But specific areas

View file

@ -63,10 +63,10 @@
<li><p>Information specific for each type of breakage:</p>
<ul>
<li>If a port will not build, provide a full log of the
unsuccessful build by either uploading it to any website,
unsuccessful build by uploading it to any website or
copy-and-paste to <a
href="http://freebsd-gnome.pastebin.com">http://freebsd-gnome.pastebin.com</a>,
or send-pr(1) with attachment. Try to avoid sending any
href="http://freebsd-gnome.pastebin.com">http://freebsd-gnome.pastebin.com</a>.
Try to avoid sending any
attachments to the mailing list, because attachments sent
to FreeBSD mailing lists are usually discarded by the
mailing list software.</li>