PERFORCE change 171687 for review
Rene Ladan
rene at FreeBSD.org
Sun Dec 13 10:12:35 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=171687
Change 171687 by rene at rene_self on 2009/12/13 10:12:03
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#40 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#33 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/portbuild/article.sgml#19 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/audit/chapter.sgml#2 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml#10 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#61 integrate
.. //depot/projects/docproj_nl/www/en/developers.sgml#27 integrate
.. //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#13 integrate
.. //depot/projects/docproj_nl/www/share/sgml/news.xml#60 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#40 (text+ko) ====
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml,v 1.884 2009/12/05 03:50:17 glarkin Exp $ -->
+<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml,v 1.885 2009/12/09 20:56:30 gavin Exp $ -->
<!--
NOTE TO COMMITTERS: Contributors lists are sorted in alphabetical
order by first name.
@@ -3215,11 +3215,6 @@
</listitem>
<listitem>
- <para>Gavin Atkinson
- <email>gavin.atkinson at ury.york.ac.uk</email></para>
- </listitem>
-
- <listitem>
<para>Gavin Mu
<email>gavin at FreeBSDChina.org</email></para>
</listitem>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#33 (text+ko) ====
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml,v 1.276 2009/11/18 14:24:59 mandree Exp $ -->
+<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml,v 1.277 2009/12/09 20:56:30 gavin Exp $ -->
<!--
NOTE TO NEW COMMITTERS: Core and committers lists are sorted in
alphabetical order by last name. Please keep in mind that fact while
@@ -59,6 +59,10 @@
</listitem>
<listitem>
+ <para>&a.gavin;</para>
+ </listitem>
+
+ <listitem>
<para>&a.jadawin;</para>
</listitem>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/portbuild/article.sgml#19 (text+ko) ====
@@ -11,7 +11,7 @@
<corpauthor>The &os; Ports Management Team</corpauthor>
</authorgroup>
- <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v 1.49 2009/12/06 05:53:37 linimon Exp $</pubdate>
+ <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v 1.50 2009/12/13 04:38:29 linimon Exp $</pubdate>
<copyright>
<year>2003</year>
@@ -1436,7 +1436,7 @@
gmond_enable="YES"
squid_enable="YES"
-squid_chdir="<filename>/<replaceable>usr2</replaceable>/local/squid/logs</filename>"
+squid_chdir="<filename>/<replaceable>usr2</replaceable>/squid/logs</filename>"
squid_pidfile="<filename>/<replaceable>usr2</replaceable>/squid/logs/squid.pid</filename>"
</screen>
</para>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/audit/chapter.sgml#2 (text+ko) ====
@@ -1,6 +1,6 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/audit/chapter.sgml,v 1.33 2008/01/22 11:07:11 brueffer Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/audit/chapter.sgml,v 1.34 2009/12/10 10:21:16 danger Exp $
-->
<!-- Need more documentation on praudit, auditreduce, etc. Plus more info
@@ -36,7 +36,7 @@
<see>MAC</see>
</indexterm>
- <para>&os; 6.2 and later include support for fine-grained
+ <para>The &os; operating system includes support for fine-grained
security event auditing. Event auditing allows the reliable,
fine-grained, and configurable logging of a variety of
security-relevant system events, including logins, configuration
@@ -89,17 +89,12 @@
</itemizedlist>
<warning>
- <para>The audit facility in &os; 6.<replaceable>X</replaceable> is
- experimental, and production
- deployment should occur only after careful consideration of the
- risks of deploying experimental software. Known limitations include
+ <para>The audit facility has some known limitations which include
that not all security-relevant system events are currently auditable,
and that some login mechanisms, such as X11-based display managers
and third party daemons, do not properly configure auditing for user
login sessions.</para>
- </warning>
- <warning>
<para>The security event auditing facility is able to generate very
detailed logs of system activity: on a busy system, trail file
data can be very large when configured for high detail, exceeding
@@ -192,10 +187,10 @@
<title>Installing Audit Support</title>
<para>User space support for Event Auditing is installed as part of the
- base &os; operating system. In &os; 7.0 and later, kernel support for
- Event Auditing is compiled in by default. In &os; 6.<replaceable>X</replaceable>,
- support must be explicitly compiled into the kernel by adding the
- following lines to the kernel configuration file:</para>
+ base &os; operating system. Kernel support for
+ Event Auditing is compiled in by default, but support for this
+ feature must be explicitly compiled into the custom kernel by adding
+ the following line to the kernel configuration file:</para>
<programlisting>options AUDIT</programlisting>
@@ -238,7 +233,7 @@
<listitem>
<para><filename>audit_event</filename> - Textual names and
descriptions of system audit events, as well as a list of which
- classes each event in.</para>
+ classes each event is in.</para>
</listitem>
<listitem>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml#10 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml,v 1.91 2009/11/27 17:11:33 brd Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml,v 1.92 2009/12/11 20:13:07 bcr Exp $
-->
<chapter id="firewalls">
@@ -371,26 +371,12 @@
<warning>
<para>When browsing the <ulink
- url="http://www.openbsd.org/faq/pf/">PF FAQ</ulink>,
- please keep in mind that different versions of &os; contain
- different versions of PF:</para>
-
- <itemizedlist>
- <listitem>
- <para>&os; 5.<replaceable>X</replaceable> —
- <acronym>PF</acronym> is at OpenBSD 3.5</para>
- </listitem>
-
- <listitem>
- <para>&os; 6.<replaceable>X</replaceable> —
- <acronym>PF</acronym> is at OpenBSD 3.7</para>
- </listitem>
-
- <listitem>
- <para>&os; 7.<replaceable>X</replaceable> —
- <acronym>PF</acronym> is at OpenBSD 4.1</para>
- </listitem>
- </itemizedlist>
+ url="http://www.openbsd.org/faq/pf/">PF FAQ</ulink>,
+ please keep in mind that different versions of &os; can
+ contain different versions of PF. Currently,
+ &os; 7.<replaceable>X</replaceable> and later are
+ using the same version of <acronym>PF</acronym> as
+ OpenBSD 4.1.</para>
</warning>
<para>The &a.pf; is a good place to ask questions about
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#61 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1038 2009/12/06 20:33:38 ed Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1039 2009/12/07 13:02:19 roam Exp $
-->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@@ -6224,7 +6224,7 @@
the sub-make command. When no <literal>do-build</literal> target
is defined by the port, a default one will be set that simply
runs Ant according to <makevar>MAKE_ENV</makevar>,
- <makevar>MAKE_ARGS</makevar> and <makevar>ALL_TARGETS</makevar>.
+ <makevar>MAKE_ARGS</makevar> and <makevar>ALL_TARGET</makevar>.
This is similar to the <makevar>USE_GMAKE</makevar> mechanism,
which is documented in <xref linkend="building">.</para>
==== //depot/projects/docproj_nl/www/en/developers.sgml#27 (text+ko) ====
@@ -6,7 +6,7 @@
us to update author names, or the representation of those names (such
as adding email addresses), by just editing a single file.
-$FreeBSD: www/en/developers.sgml,v 1.234 2009/11/30 19:50:48 wilko Exp $
+$FreeBSD: www/en/developers.sgml,v 1.235 2009/12/09 20:46:21 gavin Exp $
-->
@@ -185,6 +185,7 @@
<!ENTITY a.ganbold "Ganbold Tsagaankhuu">
<!ENTITY a.garga "Renato Botelho">
<!ENTITY a.garys "Gary W. Swearingen">
+<!ENTITY a.gavin "Gavin Atkinson">
<!ENTITY a.gerald "Gerald Pfeifer">
<!ENTITY a.ghelmer "Guy Helmer">
<!ENTITY a.gibbs "Justin T. Gibbs">
@@ -600,7 +601,6 @@
<!-- GNATS-only contributors -->
<!ENTITY a.brucec "Bruce Cran">
-<!ENTITY a.gavin "Gavin Atkinson">
<!ENTITY a.vwe "Volker Werth">
<!-- Additional contributors -->
==== //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#13 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/donations/wantlist.sgml,v 1.477 2009/07/23 01:09:00 linimon Exp $">
+<!ENTITY date "$FreeBSD: www/en/donations/wantlist.sgml,v 1.478 2009/12/11 15:28:23 wilko Exp $">
<!ENTITY title "FreeBSD Developers Want List">
<!ENTITY email 'donations'>
<!ENTITY % navinclude.about "INCLUDE">
@@ -394,8 +394,8 @@
<tr>
<td>wilko</td>
<td>the Netherlands</td>
- <td>802.11a (5GHz) accesspoint with WPA2</td>
- <td>Hopefully improve WiFi in 2.4GHz-infested apartment building.</td>
+ <td>Qty 2, PC133 SODIMM, 512MB. 256MB also welcome if nothing else.</td>
+ <td>Bring a bit more life in an old notebook I use for testing.</td>
</tr>
<tr>
==== //depot/projects/docproj_nl/www/share/sgml/news.xml#60 (text+ko) ====
@@ -25,7 +25,7 @@
<news>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/news.xml,v 1.281 2009/12/03 18:25:12 danger Exp $
+ $FreeBSD: www/share/sgml/news.xml,v 1.282 2009/12/09 21:15:22 gavin Exp $
</cvs:keyword>
</cvs:keywords>
@@ -36,6 +36,15 @@
<name>12</name>
<day>
+ <name>7</name>
+
+ <event>
+ <p>New committer: <a href="mailto:gavin at FreeBSD.org">Gavin
+ Atkinson</a> (src)</p>
+ </event>
+ </day>
+
+ <day>
<name>3</name>
<event>
More information about the p4-projects
mailing list