PERFORCE change 199537 for review
Rene Ladan
rene at FreeBSD.org
Fri Sep 30 19:51:17 UTC 2011
http://p4web.freebsd.org/@@199537?ac=10
Change 199537 by rene at rene_acer on 2011/09/30 19:51:12
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributing-ports/article.sgml#4 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#67 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/portbuild/article.sgml#37 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#30 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml#26 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#112 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/authors.ent#60 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/mailing-lists.ent#25 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml#64 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent#34 integrate
.. //depot/projects/docproj_nl/share/pgpkeys/jceel.key#1 branch
.. //depot/projects/docproj_nl/share/pgpkeys/pgpkeys-developers.sgml#59 integrate
.. //depot/projects/docproj_nl/share/pgpkeys/pgpkeys.ent#56 integrate
.. //depot/projects/docproj_nl/www/en/developers.sgml#62 integrate
.. //depot/projects/docproj_nl/www/en/where.sgml#15 integrate
.. //depot/projects/docproj_nl/www/nl/applications.sgml#9 integrate
.. //depot/projects/docproj_nl/www/nl/where.sgml#30 integrate
.. //depot/projects/docproj_nl/www/share/mk/web.site.mk#5 integrate
.. //depot/projects/docproj_nl/www/share/sgml/advisories.xml#23 integrate
.. //depot/projects/docproj_nl/www/share/sgml/commercial.consult.xml#31 integrate
.. //depot/projects/docproj_nl/www/share/sgml/news.xml#119 integrate
.. //depot/projects/docproj_nl/www/share/sgml/release.ent#37 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributing-ports/article.sgml#4 (text+ko) ====
@@ -7,7 +7,7 @@
<articleinfo>
<title>Contributing to the FreeBSD Ports Collection</title>
- <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/contributing-ports/article.sgml,v 1.6 2011/08/14 11:13:46 ryusuke Exp $</pubdate>
+ <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/contributing-ports/article.sgml,v 1.7 2011/09/28 20:01:35 blackend Exp $</pubdate>
<abstract>
<title>Abstract</title>
@@ -46,7 +46,7 @@
<para>Anyone can get involved, and there are lots of different
ways to do so. Contributing to ports is an excellent way to
- help "give back" something to the project. Whether you are
+ help <quote>give back</quote> something to the project. Whether you are
looking for an ongoing role, or a fun challenge for a rainy day,
we would love to have your help!</para>
@@ -386,7 +386,7 @@
<title>Wait</title>
<para>At some stage a committer will deal with your PR.
- It may take minutes, or it may take weeks - so please
+ It may take minutes, or it may take weeks — so please
be patient.</para>
</step>
@@ -597,7 +597,7 @@
<listitem>
<para>Information about their build and execution
- environment - for example, a list of installed
+ environment — for example, a list of installed
packages and the output of &man.env.1;</para>
</listitem>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#67 (text+ko) ====
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml,v 1.337 2011/09/19 18:01:20 gleb Exp $ -->
+<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml,v 1.338 2011/09/28 22:55:05 jceel Exp $ -->
<!--
NOTE TO NEW COMMITTERS: Core and committers lists are sorted in
alphabetical order by last name. Please keep in mind that fact while
@@ -759,6 +759,10 @@
</listitem>
<listitem>
+ <para>&a.jceel;</para>
+ </listitem>
+
+ <listitem>
<para>&a.andreas;</para>
</listitem>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/portbuild/article.sgml#37 (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.74 2011/09/13 01:34:48 linimon Exp $</pubdate>
+ <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v 1.75 2011/09/27 08:33:46 erwin Exp $</pubdate>
<copyright>
<year>2003</year>
@@ -2079,7 +2079,7 @@
<listitem>
<para>Checkout a <literal>src</literal> tree in the new filesystem:
- <screen>cvs -Rq -d /r/ncvs co -r RELENG-<replaceable>branch</replaceable></screen>
+ <screen>cvs -Rq -d /r/ncvs co -d src-<replaceable>branch</replaceable>-r RELENG_<replaceable>branch</replaceable></screen>
</para>
</listitem>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#30 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.437 2011/09/13 07:20:34 rodrigc Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.438 2011/09/29 16:13:04 brd Exp $
-->
<chapter id="advanced-networking">
@@ -3287,7 +3287,9 @@
<para>Sends and receives traffic only through the master port. If the
master port becomes unavailable, the next active port is used. The
first interface added is the master port; any interfaces added after
- that are used as failover devices.</para>
+ that are used as failover devices. If failover to a non-master port
+ occurs, the original port will become master when it becomes
+ available again.</para>
</listitem>
</varlistentry>
@@ -3377,14 +3379,15 @@
<para>On the &os; machine create the &man.lagg.4; interface using
<replaceable>fxp0</replaceable> and
- <replaceable>fxp1</replaceable>:</para>
+ <replaceable>fxp1</replaceable>, with an IP Address of
+ <replaceable>10.0.0.3/24</replaceable>:</para>
- <screen>&prompt.root; <userinput>ifconfig <replaceable>lagg0</replaceable> create </userinput>
-&prompt.root; <userinput>ifconfig <replaceable>lagg0</replaceable> up laggproto lacp laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable></userinput></screen>
+ <screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> create </userinput>
+&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> up laggproto lacp laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable> <replaceable>10.0.0.3/24</replaceable></userinput></screen>
<para>View the interface status by running:</para>
- <screen>&prompt.root; <userinput>ifconfig <replaceable>lagg0</replaceable></userinput></screen>
+ <screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal></userinput></screen>
<para>Ports marked as
<emphasis>ACTIVE</emphasis> are part of the active aggregation group
@@ -3420,27 +3423,39 @@
<para>For more detail use the <userinput>show lacp neighbor
detail</userinput> command.</para>
+
+ <para>To retain this configuration across reboots, the following
+ entries can be added to <filename>/etc/rc.conf</filename>:</para>
+
+ <programlisting>ifconfig_<replaceable>fxp0</replaceable>="up"
+ifconfig_<replaceable>fxp1</replaceable>="up"
+cloned_interfaces="<literal>lagg<replaceable>0</replaceable></literal>"
+ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto lacp laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable> <replaceable>10.0.0.3/24</replaceable>"
+</programlisting>
</example>
<example id="networking-lagg-failover">
<title>Failover mode</title>
<para>Failover mode can be used to switch over to a secondary interface if
the link is lost on the master interface. Create and configure the
- <replaceable>lagg0</replaceable> interface, with
+ <literal>lagg<replaceable>0</replaceable></literal> interface, with
<replaceable>fxp0</replaceable> as the master interface and
- <replaceable>fxp1</replaceable> as the secondary interface:</para>
+ <replaceable>fxp1</replaceable> as the secondary interface,
+ with an IP Address of <replaceable>10.0.0.15/24</replaceable>:
+ </para>
- <screen>&prompt.root; <userinput>ifconfig <replaceable>lagg0</replaceable> create</userinput>
-&prompt.root; <userinput>ifconfig <replaceable>lagg0</replaceable> up laggproto failover laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable></userinput></screen>
+ <screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> create</userinput>
+&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> up laggproto failover laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable> <replaceable>10.0.0.15/24</replaceable></userinput></screen>
<para>The interface will look something like this, the major
differences will be the <acronym>MAC</acronym> address and the
device names:</para>
- <screen>&prompt.root; <userinput>ifconfig <replaceable>lagg0</replaceable></userinput>
+ <screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal></userinput>
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 00:05:5d:71:8d:b8
+ inet 10.0.0.15 netmask 0xffffff00 broadcast 10.0.0.255
media: Ethernet autoselect
status: active
laggproto failover
@@ -3452,6 +3467,15 @@
<replaceable>fxp0</replaceable> then <replaceable>fxp1</replaceable> will
become the active link. If the link is restored on the master
interface then it will once again become the active link.</para>
+
+ <para>To retain this configuration across reboots, the following
+ entries can be added to <filename>/etc/rc.conf</filename>:</para>
+
+ <programlisting>ifconfig_<replaceable>fxp0</replaceable>="up"
+ifconfig_<replaceable>fxp1</replaceable>="up"
+cloned_interfaces="<literal>lagg<replaceable>0</replaceable></literal>"
+ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto failover laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable> <replaceable>10.0.0.15/24</replaceable>"
+</programlisting>
</example>
<example id="networking-lagg-wired-and-wireless">
<title>Failover mode between wired and wireless interfaces</title>
@@ -3503,14 +3527,14 @@
as master, and failover to <replaceable>wlan0</replaceable> if
necessary:</para>
- <screen>&prompt.root; <userinput>ifconfig <replaceable>lagg0</replaceable> create</userinput>
-&prompt.root; <userinput>ifconfig <replaceable>lagg0</replaceable> up laggproto failover laggport <replaceable>bge0</replaceable> laggport <replaceable>wlan0</replaceable></userinput></screen>
+ <screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> create</userinput>
+&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> up laggproto failover laggport <replaceable>bge0</replaceable> laggport <replaceable>wlan0</replaceable></userinput></screen>
<para>The interface will look something like this, the major
differences will be the <acronym>MAC</acronym> address and the
device names:</para>
- <screen>&prompt.root; <userinput>ifconfig <replaceable>lagg0</replaceable></userinput>
+ <screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal></userinput>
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 00:21:70:da:ae:37
@@ -3520,16 +3544,19 @@
laggport: wlan0 flags=0<>
laggport: bge0 flags=5<MASTER,ACTIVE></screen>
- <para>To avoid having to do this after every reboot, one can add
- something like the following lines to the
- <filename>/etc/rc.conf</filename> file:</para>
+ <para>Then start the DHCP client to obtain an IP address:</para>
+
+ <screen>&prompt.root; <userinput>dhclient <literal>lagg<replaceable>0</replaceable></literal></userinput></screen>
+
+ <para>To retain this configuration across reboots, the following
+ entries can be added to <filename>/etc/rc.conf</filename>:</para>
<programlisting>ifconfig_bge0="up"
ifconfig_iwn0="ether 00:21:70:da:ae:37"
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA"
-cloned_interfaces="lagg0"
-ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP"
+cloned_interfaces="<literal>lagg<replaceable>0</replaceable></literal>"
+ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto failover laggport bge0 laggport wlan0 DHCP"
</programlisting>
</example>
</sect2>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml#26 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml,v 1.211 2011/09/07 08:23:02 jkois Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml,v 1.212 2011/09/30 13:52:03 gjb Exp $
-->
<appendix id="eresources">
@@ -725,6 +725,13 @@
</row>
<row>
+ <entry>&a.svn-src-stable-9.name;</entry>
+ <entry><filename>/usr/src</filename></entry>
+ <entry>All changes to the <filename>stable/9</filename>
+ branch of the src Subversion repository</entry>
+ </row>
+
+ <row>
<entry>&a.svn-src-stable-other.name;</entry>
<entry><filename>/usr/src</filename></entry>
<entry>All changes to the
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#112 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1116 2011/09/05 12:00:45 dougb Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1117 2011/09/29 07:37:09 erwin Exp $
-->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@@ -1094,6 +1094,14 @@
<sect2>
<title><makevar>LATEST_LINK</makevar></title>
+ <para><makevar>LATEST_LINK</makevar> is used during package building
+ to determine a shortened name to create links that can be used by
+ <command>pkg_add -r</command>. This makes it possible to, for
+ example, install the latest perl version by running
+ <command>pkg_add -r perl</command> without knowing the exact
+ version number. This name needs to be unique and obvious to
+ users.</para>
+
<para>In some cases, several versions of a program may be present in
the ports collection at the same time. Both the index build and
the package build system need to be able to see them as different,
@@ -1102,9 +1110,12 @@
even <makevar>PKGNAMESUFFIX</makevar>. In those cases, the
optional <makevar>LATEST_LINK</makevar> variable should be set to
a different value for all ports except the <quote>main</quote>
- one — see the <filename>editors/vim5</filename> and
- <filename>editors/vim</filename> ports, and the
+ one — see the <filename>lang/gcc46</filename> and
+ <filename>lang/gcc</filename> ports, and the
<filename>www/apache*</filename> family for examples of its use.
+ By setting <makevar>NO_LATEST_LINK</makevar>, no link will be
+ generated, which may be an option for all but the
+ <quote>main</quote> version.
Note that how to choose a <quote>main</quote> version —
<quote>most popular</quote>, <quote>best supported</quote>,
<quote>least patched</quote>, and so on — is outside the
==== //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/authors.ent#60 (text+ko) ====
@@ -13,7 +13,7 @@
builds for the other languages, and we will poke fun of you
in public.
- $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.549 2011/09/19 18:01:20 gleb Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.550 2011/09/28 22:55:06 jceel Exp $
-->
<!ENTITY a.aaron "Aaron Dalton <email>aaron at FreeBSD.org</email>">
@@ -522,6 +522,8 @@
<!ENTITY a.jcamou "Jesus R. Camou <email>jcamou at FreeBSD.org</email>">
+<!ENTITY a.jceel "Jakub Klama <email>jceel at FreeBSD.org</email>">
+
<!ENTITY a.jchandra "Jayachandran C. <email>jchandra at FreeBSD.org</email>">
<!ENTITY a.jdp "John Polstra <email>jdp at FreeBSD.org</email>">
==== //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/mailing-lists.ent#25 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
Names of FreeBSD mailing lists and related software.
- $FreeBSD: doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent,v 1.83 2011/09/08 18:09:59 delphij Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent,v 1.84 2011/09/30 13:52:03 gjb Exp $
-->
<!ENTITY a.mailman.listinfo "http://lists.FreeBSD.org/mailman/listinfo">
@@ -447,6 +447,10 @@
<!ENTITY a.svn-src-stable-8 "<ulink url='&a.svn-src-stable-8.url;'>SVN commit messages for only the 8-stable src tree</ulink>">
<!ENTITY a.svn-src-stable-8.name "<ulink url='&a.svn-src-stable-8.url;'>svn-src-stable-8</ulink>">
+<!ENTITY a.svn-src-stable-9.url "&a.mailman.listinfo;/svn-src-stable-9">
+<!ENTITY a.svn-src-stable-9 "<ulink url='&a.svn-src-stable-9.url;'>SVN commit messages for only the 9-stable src tree</ulink>">
+<!ENTITY a.svn-src-stable-9.name "<ulink url='&a.svn-src-stable-9.url;'>svn-src-stable-9</ulink>">
+
<!ENTITY a.svn-src-stable-other.url "&a.mailman.listinfo;/svn-src-stable-other">
<!ENTITY a.svn-src-stable-other "<ulink url='&a.svn-src-stable-other.url;'>SVN commit messages for the old stable src trees</ulink>">
<!ENTITY a.svn-src-stable-other.name "<ulink url='&a.svn-src-stable-other.url;'>svn-src-stable-other</ulink>">
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml#64 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Dutch Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.45 2011/06/19 14:48:42 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.46 2011/09/27 20:23:17 rene Exp $
Vertaald door: Siebrand Mazeland / Rene Ladan
%SOURCE% en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent#34 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
Namen van FreeBSD mailinglijsten en gerelateerde software.
- $FreeBSD: doc/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent,v 1.27 2011/09/07 21:06:52 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent,v 1.28 2011/09/27 20:23:17 rene Exp $
Vertaald door: Siebrand Mazeland
%SOURCE% en_US.ISO8859-1/share/sgml/mailing-lists.ent
==== //depot/projects/docproj_nl/share/pgpkeys/pgpkeys-developers.sgml#59 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/share/pgpkeys/pgpkeys-developers.sgml,v 1.161 2011/09/18 19:17:15 rmh Exp $
+ $FreeBSD: doc/share/pgpkeys/pgpkeys-developers.sgml,v 1.162 2011/09/28 22:55:06 jceel Exp $
-->
<sect2 id="pgpkey-ariff">
@@ -701,6 +701,11 @@
&pgpkey.zack;
</sect2>
+ <sect2 id="pgpkey-jceel">
+ <title>&a.jceel;</title>
+ &pgpkey.jceel;
+ </sect2>
+
<sect2 id="pgpkey-andreas">
<title>&a.andreas;</title>
&pgpkey.andreas;
==== //depot/projects/docproj_nl/share/pgpkeys/pgpkeys.ent#56 (text+ko) ====
@@ -1,5 +1,5 @@
-<!-- $FreeBSD: doc/share/pgpkeys/pgpkeys.ent,v 1.250 2011/09/18 19:17:15 rmh Exp $ -->
+<!-- $FreeBSD: doc/share/pgpkeys/pgpkeys.ent,v 1.251 2011/09/28 22:55:06 jceel Exp $ -->
<!-- PGP keyblocks -->
<!ENTITY pgpkey.aaron SYSTEM "aaron.key">
<!ENTITY pgpkey.ache SYSTEM "ache.key">
@@ -142,6 +142,7 @@
<!ENTITY pgpkey.jadawin SYSTEM "jadawin.key">
<!ENTITY pgpkey.jamie SYSTEM "jamie.key">
<!ENTITY pgpkey.jcamou SYSTEM "jcamou.key">
+<!ENTITY pgpkey.jceel SYSTEM "jceel.key">
<!ENTITY pgpkey.jchandra SYSTEM "jchandra.key">
<!ENTITY pgpkey.jdp SYSTEM "jdp.key">
<!ENTITY pgpkey.jedgar SYSTEM "jedgar.key">
==== //depot/projects/docproj_nl/www/en/developers.sgml#62 (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.297 2011/09/19 18:04:32 gleb Exp $
+$FreeBSD: www/en/developers.sgml,v 1.298 2011/09/28 22:52:55 jceel Exp $
-->
@@ -261,6 +261,7 @@
<!ENTITY a.jayanth "Jayanth Vijayaraghavan">
<!ENTITY a.jb "John Birrell">
<!ENTITY a.jcamou "Jesus R. Camou">
+<!ENTITY a.jceel "Jakub Klama">
<!ENTITY a.jchandra "Jayachandran C.">
<!ENTITY a.jdp "John Polstra">
<!ENTITY a.jedgar "Chris D. Faulhaber">
==== //depot/projects/docproj_nl/www/en/where.sgml#15 (text+ko) ====
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
-<!ENTITY date "$FreeBSD: www/en/where.sgml,v 1.118 2011/09/07 23:34:44 gjb Exp $">
+<!ENTITY date "$FreeBSD: www/en/where.sgml,v 1.121 2011/09/29 00:56:34 gjb Exp $">
<!ENTITY title "Getting FreeBSD">
<!ENTITY % navinclude.download "INCLUDE">
<!ENTITY url.rel "ftp://ftp.FreeBSD.org/pub/FreeBSD/releases">
@@ -187,8 +187,8 @@
<tr>
<td></td>
<td>ia64</td>
- <td><a href="&url.rel;/ia64/9.0-BETA1">[Distribution]</a></td>
- <td><a href="&url.rel;/ia64/ISO-IMAGES/9.0/">[ISO]</a></td>
+ <td><a href="&url.rel;/ia64/ia64/&betarel.current;-&betarel.vers;">[Distribution]</a></td>
+ <td><a href="&url.rel;/ia64/ia64/ISO-IMAGES/&betarel.current;/">[ISO]</a></td>
</tr>
<tr>
<td></td>
==== //depot/projects/docproj_nl/www/nl/applications.sgml#9 (text+ko) ====
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
-<!ENTITY date "$FreeBSD$">
+<!ENTITY date "$FreeBSD: www/nl/applications.sgml,v 1.2 2011/09/27 20:16:46 rene Exp $">
<!ENTITY title "Over applicaties voor &os;">
<!ENTITY % navinclude.about "INCLUDE">
]>
==== //depot/projects/docproj_nl/www/nl/where.sgml#30 (text+ko) ====
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
-<!ENTITY date "$FreeBSD: www/nl/where.sgml,v 1.14 2011/08/07 20:57:59 rene Exp $">
+<!ENTITY date "$FreeBSD: www/nl/where.sgml,v 1.15 2011/09/27 20:16:46 rene Exp $">
<!ENTITY title "&os; verkrijgen">
<!ENTITY % navinclude.download "INCLUDE">
<!ENTITY url.rel "ftp://ftp.FreeBSD.org/pub/FreeBSD/releases">
==== //depot/projects/docproj_nl/www/share/mk/web.site.mk#5 (text+ko) ====
@@ -1,5 +1,5 @@
# bsd.web.mk
-# $FreeBSD: www/share/mk/web.site.mk,v 1.80 2011/07/25 07:35:42 hrs Exp $
+# $FreeBSD: www/share/mk/web.site.mk,v 1.81 2011/09/27 19:08:40 gjb Exp $
#
# Build and install a web site.
==== //depot/projects/docproj_nl/www/share/sgml/advisories.xml#23 (text+ko) ====
@@ -2,7 +2,7 @@
<advisories>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/advisories.xml,v 1.243 2011/05/28 09:33:43 simon Exp $
+ $FreeBSD: www/share/sgml/advisories.xml,v 1.244 2011/09/28 09:07:46 cperciva Exp $
</cvs:keyword>
</cvs:keywords>
@@ -10,6 +10,26 @@
<name>2011</name>
<month>
+ <name>9</name>
+
+ <day>
+ <name>28</name>
+
+ <advisory>
+ <name>FreeBSD-SA-11:05.unix</name>
+ </advisory>
+
+ <advisory>
+ <name>FreeBSD-SA-11:04.compress</name>
+ </advisory>
+
+ <advisory>
+ <name>FreeBSD-SA-11:03.bind</name>
+ </advisory>
+ </day>
+ </month>
+
+ <month>
<name>5</name>
<day>
==== //depot/projects/docproj_nl/www/share/sgml/commercial.consult.xml#31 (text+ko) ====
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE entries PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Commercial Gallery//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/gallery.dtd">
-<!-- $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.129 2011/07/01 04:46:13 loader Exp $ -->
+<!-- $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.130 2011/09/25 19:11:37 gjb Exp $ -->
<entries>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.129 2011/07/01 04:46:13 loader Exp $
+ $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.130 2011/09/25 19:11:37 gjb Exp $
</cvs:keyword>
</cvs:keywords>
@@ -2608,7 +2608,7 @@
Longview, Texas and provide both on-site and remote support at
affordable rates. Please visit our <a
href="http://www.osre.org">website</a> for more information or call us
- under 1.903.704.4310.
+ toll-free at 1.866.235.1288.
</description>
</entry>
==== //depot/projects/docproj_nl/www/share/sgml/news.xml#119 (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.398 2011/09/19 18:04:32 gleb Exp $
+ $FreeBSD: www/share/sgml/news.xml,v 1.400 2011/09/29 02:23:15 gjb Exp $
</cvs:keyword>
</cvs:keywords>
@@ -36,6 +36,34 @@
<name>9</name>
<day>
+ <name>28</name>
+
+ <event>
+ <title>&os; 9.0-BETA3 Available</title>
+
+ <p>The third BETA build for the &os;-9.0 release cycle is now
+ available. ISO images for the architectures amd64, i386,
+ ia64, powerpc, powerpc64, and sparc64 are <a
+ href="&lists.stable;/2011-September/064030.html">available</a>
+ on most of our <a
+ href="&url.doc.base-en;/books/handbook/mirrors-ftp.html">&os;
+ mirror sites</a>. One of the many new features in 9.0 we
+ would like to be tested is the new installer, so we
+ encourage our users to do fresh installation on test
+ systems.</p>
+ </event>
+ </day>
+
+ <day>
+ <name>27</name>
+
+ <event>
+ <p>New commiter:
+ <a href="mailto:jceel at FreeBSD.org">Jakub Klama</a> (src)</p>
+ </event>
+ </day>
+
+ <day>
<name>19</name>
<event>
==== //depot/projects/docproj_nl/www/share/sgml/release.ent#37 (text+ko) ====
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/release.ent,v 1.60 2011/09/07 23:34:44 gjb Exp $ -->
+<!-- $FreeBSD: www/share/sgml/release.ent,v 1.62 2011/09/28 12:41:28 gjb Exp $ -->
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
@@ -22,7 +22,7 @@
rel2.* and u.rel2.* for the "conservative users" version.
-->
-<!ENTITY rel.head.major '9'>
+<!ENTITY rel.head.major '10'>
<!ENTITY rel.head '&rel.head.major;.0'>
<!-- If there is no release currently in the release cycle (i.e. we
@@ -31,7 +31,7 @@
<!ENTITY beta.testing "INCLUDE">
<!ENTITY % beta.testing "INCLUDE">
<!ENTITY betarel.current '9.0'>
-<!ENTITY betarel.vers 'BETA2'>
+<!ENTITY betarel.vers 'BETA3'>
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
<!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
More information about the p4-projects
mailing list