diff options
Diffstat (limited to 'en_US.ISO8859-1/articles/committers-guide/article.sgml')
-rw-r--r-- | en_US.ISO8859-1/articles/committers-guide/article.sgml | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index 762cfd8a80..185ea29d92 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -91,16 +91,12 @@ <row> <entry><emphasis>Mailing Lists</emphasis></entry> - <entry>&a.doc-developers;, &a.doc-committers;; - &a.ports-developers;, &a.ports-committers;; - &a.src-developers;, &a.src-committers;. (Each project - repository has its own -developers and -committers mailing - lists. Archives for these lists may be found in files - <filename>/home/mail/<replaceable>repository-name</replaceable>-developers-archive</filename> - and - <filename>/home/mail/<replaceable>repository-name</replaceable>-committers-archive</filename> - on the <hostid role="domainname">FreeBSD.org</hostid> - cluster.) + <entry>&a.developers;, &a.committers; + (Both of these are private lists; archives can be found + in <filename>/home/mail/developers-archive</filename> + and <filename>/home/mail/committers-archive</filename> + on the <hostid role="domainname">FreeBSD.org</hostid> + cluster.) </entry> </row> @@ -685,11 +681,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o </itemizedlist> <para>You will almost certainly get a conflict because - of the <literal>$Id: article.sgml,v 1.193 2004-05-22 12:57:44 simon Exp $</literal> (or in FreeBSD's case, + of the <literal>$Id: article.sgml,v 1.191 2004-05-11 13:29:46 den Exp $</literal> (or in FreeBSD's case, <literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>) lines, so you will have to edit the file to resolve the conflict - (remove the marker lines and the second <literal>$Id: article.sgml,v 1.193 2004-05-22 12:57:44 simon Exp $</literal> line, - leaving the original <literal>$Id: article.sgml,v 1.193 2004-05-22 12:57:44 simon Exp $</literal> line intact).</para> + (remove the marker lines and the second <literal>$Id: article.sgml,v 1.191 2004-05-11 13:29:46 den Exp $</literal> line, + leaving the original <literal>$Id: article.sgml,v 1.191 2004-05-11 13:29:46 den Exp $</literal> line intact).</para> </listitem> <listitem> @@ -2805,8 +2801,8 @@ docs:Documentation Bug:freebsd-doc:</programlisting> <answer> <para>No. The ports manager will regenerate the - <filename>INDEX</filename> and commit it for each - &os; release.</para> + <filename>INDEX</filename> and commit it every few + days.</para> </answer> </qandaentry> |