- We no longer have BIND in base.

This commit is contained in:
Eitan Adler 2014-06-29 07:40:13 +00:00
parent 0b1d0d7df7
commit 7b7c822aba
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45143

View file

@ -107,9 +107,8 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Notification of updates to externally maintained <para>Notification of updates to externally maintained
software (mainly ports, but also externally maintained base software (such as ports or software in the contrib/
system components such as BIND or various GNU directory).</para>
utilities).</para>
<para>For unmaintained ports (<varname>MAINTAINER</varname> <para>For unmaintained ports (<varname>MAINTAINER</varname>
contains <literal>ports@FreeBSD.org</literal>), such update contains <literal>ports@FreeBSD.org</literal>), such update
@ -164,13 +163,11 @@
<listitem> <listitem>
<para>Code in the base system that is written and maintained <para>Code in the base system that is written and maintained
by others, and imported into &os; and adapted. Examples by others, and imported into &os; and adapted. Examples
include <application>bind</application>, &man.gcc.1;, and include &man.clang.1;, and
&man.sendmail.8;. Most bugs in these areas should be &man.sendmail.8;. Most bugs in these areas should be
reported to the &os; developers; but in some cases they may reported to the &os; developers; but in some cases they may
need to be reported to the original authors instead if the need to be reported to the original authors instead if the
problems are not &os;-specific. Usually these bugs will problems are not &os;-specific.</para>
fall under either the <literal>bin</literal> or
<literal>gnu</literal> categories.</para>
</listitem> </listitem>
<listitem> <listitem>