PERFORCE change 169185 for review
Rene Ladan
rene at FreeBSD.org
Sat Oct 3 23:31:53 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=169185
Change 169185 by rene at rene_self on 2009/10/03 23:31:21
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml#16 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/x11/chapter.sgml#18 integrate
.. //depot/projects/docproj_nl/www/share/sgml/advisories.xml#13 integrate
.. //depot/projects/docproj_nl/www/share/sgml/notices.xml#4 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml#16 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.244 2009/08/11 18:48:57 manolis Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.245 2009/10/03 15:24:13 manolis Exp $
-->
<chapter id="updating-upgrading">
@@ -678,8 +678,8 @@
<para>When &man.portsnap.8; successfully completes
a <command>fetch</command> operation, the Ports Collection and
subsequent patches exist on the local system that have passed
- verification. The updated files may be installed by
- typing:</para>
+ verification. The first time <command>portsnap</command> is executed,
+ use <literal>extract</literal> to install the updated files:</para>
<screen>&prompt.root; <userinput>portsnap extract</userinput>
/usr/ports/.cvsignore
@@ -695,11 +695,17 @@
/usr/ports/Mk/bsd.cmake.mk
<replaceable>...</replaceable></screen>
+ <para>For subsequent runs of <command>portsnap fetch</command>,
+ <literal>update</literal> should be used instead:</para>
+
+ <screen>&prompt.root; <userinput>portsnap update</userinput></screen>
+
<para>The process is now complete, and applications may be
installed or upgraded using the updated Ports Collection.</para>
- <para>To run both processes consecutively, issue the following
- command:</para>
+ <para>The <literal>fetch</literal> and <literal>extract</literal> or
+ <literal>update</literal> operations may be run consecutively, as
+ shown in the following example:</para>
<screen>&prompt.root; <userinput>portsnap fetch update</userinput></screen>
</sect1>
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/x11/chapter.sgml#18 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Dutch Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.21 2009/08/27 20:01:58 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.22 2009/10/02 18:10:14 rene Exp $
%SOURCE% en_US.ISO8859-1/books/handbook/x11/chapter.sgml
%SRCID% 1.195
-->
==== //depot/projects/docproj_nl/www/share/sgml/advisories.xml#13 (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.231 2009/07/29 00:50:20 simon Exp $
+ $FreeBSD: www/share/sgml/advisories.xml,v 1.233 2009/10/02 20:27:31 simon Exp $
</cvs:keyword>
</cvs:keywords>
@@ -10,6 +10,22 @@
<name>2009</name>
<month>
+ <name>10</name>
+
+ <day>
+ <name>2</name>
+
+ <advisory>
+ <name>FreeBSD-SA-09:14.devfs</name>
+ </advisory>
+
+ <advisory>
+ <name>FreeBSD-SA-09:13.pipe</name>
+ </advisory>
+ </day>
+ </month>
+
+ <month>
<name>7</name>
<day>
==== //depot/projects/docproj_nl/www/share/sgml/notices.xml#4 (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/notices.xml,v 1.14 2009/06/24 05:45:57 cperciva Exp $
+ $FreeBSD: www/share/sgml/notices.xml,v 1.15 2009/10/02 20:15:49 simon Exp $
</cvs:keyword>
</cvs:keywords>
@@ -10,6 +10,18 @@
<name>2009</name>
<month>
+ <name>10</name>
+
+ <day>
+ <name>2</name>
+
+ <notice>
+ <name>FreeBSD-EN-09:05.null</name>
+ </notice>
+ </day>
+ </month>
+
+ <month>
<name>6</name>
<day>
More information about the p4-projects
mailing list