PERFORCE change 152973 for review

Rene Ladan rene at FreeBSD.org
Fri Nov 14 05:28:06 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152973

Change 152973 by rene at rene_self on 2008/11/14 13:27:14

	IFC

Affected files ...

.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/config/chapter.sgml#6 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/preface/preface.sgml#2 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/preface/preface.sgml#7 integrate
.. //depot/projects/docproj_nl/www/en/news/status/Makefile#3 integrate
.. //depot/projects/docproj_nl/www/en/news/status/report-2008-07-2008-09.xml#1 branch
.. //depot/projects/docproj_nl/www/en/news/status/status.sgml#3 integrate
.. //depot/projects/docproj_nl/www/share/sgml/news.xml#17 integrate

Differences ...

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/config/chapter.sgml#6 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.235 2008/11/01 11:13:46 brueffer Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.236 2008/11/13 05:03:14 keramida Exp $
 -->
 
 <chapter id="config-tuning">
@@ -116,26 +116,36 @@
 	  Thus smaller and heavier-accessed file systems
 	  should be closer to the outside of the drive, while
 	  larger partitions like <filename>/usr</filename> should be placed
-	  toward the inner.  It is a good idea to create
-	  partitions in a similar order to: root, swap,
+	  toward the inner parts of the disk.  It is a good idea to create
+	  partitions in an order similar to: root, swap,
 	  <filename>/var</filename>, <filename>/usr</filename>.</para>
 
-	<para>The size of <filename>/var</filename>
+	<para>The size of the <filename>/var</filename> partition
 	  reflects the intended machine usage.
-	  <filename>/var</filename> is used to hold
+	  The <filename>/var</filename> file system is used to hold
 	  mailboxes, log files, and printer spools.  Mailboxes and log
 	  files can grow to unexpected sizes depending
 	  on how many users exist and how long log
-	  files are kept.  Most users would never require a gigabyte,
-	  but remember that <filename>/var/tmp</filename>
-	  must be large enough to contain packages.
-	  </para>
+	  files are kept.  Most users will rarely need more than about a
+	  gigabyte of free disk space in <filename>/var</filename>.</para>
+
+	<note>
+	  <para>There are a few times that a lot of disk space is required
+	    in <filename>/var/tmp</filename>.  When new software is installed
+	    with &man.pkg.add.1; the packaging tools extract a temporary copy
+	    of the packages under <filename>/var/tmp</filename>.  Large
+	    software packages, like <application>Firefox</application>,
+	    or <application>OpenOffice</application> may be tricky to install
+	    if there is not enough disk space
+	    under <filename>/var/tmp</filename>.</para>
+	</note>
 
-	<para>The <filename>/usr</filename> partition holds much
-	  of the files required to support the system, the &man.ports.7;
-	  collection (recommended) and the source code (optional).  Both
-	  of which are optional at install time.
-	  At least 2 gigabytes would be recommended for this partition.</para>
+	<para>The <filename>/usr</filename> partition holds many
+	  of the files required to support the system, including the &man.ports.7;
+	  collection (recommended) and the source code (optional).  Both the
+	  ports and the sources of the base system are optional at install
+	  time, but we recommend at least 2 gigabytes for this
+	  partition.</para>
 
 	<para>When selecting partition sizes, keep the space
 	  requirements in mind.  Running out of space in
@@ -147,7 +157,6 @@
 	    sometimes select smaller than adequate <filename>/var</filename>
 	    and <filename>/</filename> partitions.  Partition wisely and
 	    generously.</para></note>
-
       </sect3>
 
       <sect3 id="swap-design">

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/preface/preface.sgml#2 (text+ko) ====

@@ -1,5 +1,5 @@
 <!--
-     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml,v 1.39 2007/04/10 12:05:36 keramida Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml,v 1.41 2008/11/12 22:20:36 manolis Exp $
 -->
 
 <preface id="book-preface">
@@ -389,6 +389,13 @@
       </listitem>
     </varlistentry>
     <varlistentry>
+      <term><emphasis><xref linkend="filesystems">, File Systems Support</emphasis></term>
+      <listitem>
+	<para>Examines support of non-native file systems in &os;, like the Z
+	  File System from &sun;.</para>
+      </listitem>
+    </varlistentry>
+    <varlistentry>
       <term><emphasis><xref linkend="vinum-vinum">, Vinum</emphasis></term>
       <listitem>
 	<para>Describes how to use Vinum, a logical volume manager
@@ -420,10 +427,27 @@
 	that process.</para>
       </listitem>
     </varlistentry>
+    <varlistentry>
+      <term><emphasis><xref linkend="dtrace">, Dtrace</emphasis></term>
+      <listitem>
+	<para>Describes how to configure and use the DTrace tool from &sun;
+	  in &os;.  Dynamic tracing can help locate performance issues, by
+	  performing real time system analysis.</para>
+      </listitem>
+    </varlistentry>
 
 <!-- Part IV - Network Communications -->
 
     <varlistentry>
+      <term><emphasis><xref linkend="updating">, Updating &os;</emphasis></term>
+      <listitem>
+	<para>Describes the latest system utilities that may be used to
+	  update a &os; system.  These are &man.freebsd-update.8; for
+	  the base system, and &man.portsnap.8; for the
+	  Ports&nbsp;Collection.</para>
+      </listitem>
+    </varlistentry>
+    <varlistentry>
       <term><emphasis><xref linkend="serialcomms">, Serial Communications</emphasis></term>
       <listitem>
 	<para>Explains how to connect terminals and modems to your

==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/preface/preface.sgml#7 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Dutch Documentation Project
 
-     $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/preface/preface.sgml,v 1.7 2008/09/15 19:30:44 remko Exp $
+     $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/preface/preface.sgml,v 1.10 2008/11/14 12:56:32 rene Exp $
      $FreeBSDnl: nl_NL.ISO8859-1/books/handbook/preface/preface.sgml,v 1.23 2005/09/12 21:40:34 siebrand Exp $
      Vertaald door: Remko Lodder
 

==== //depot/projects/docproj_nl/www/en/news/status/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: www/en/news/status/Makefile,v 1.43 2008/08/19 23:04:12 brd Exp $
+# $FreeBSD: www/en/news/status/Makefile,v 1.44 2008/11/11 03:52:54 brd Exp $
 
 .if exists(../Makefile.conf)
 .include "../Makefile.conf"
@@ -41,6 +41,7 @@
 XMLDOCS+=	report-2007-10-2007-12
 XMLDOCS+=	report-2008-01-2008-03
 XMLDOCS+=	report-2008-04-2008-06
+XMLDOCS+=	report-2008-07-2008-09
 
 XSLT.DEFAULT=	report.xsl
 

==== //depot/projects/docproj_nl/www/en/news/status/status.sgml#3 (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/news/status/status.sgml,v 1.52 2008/08/20 00:14:19 brd Exp $">
+<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.53 2008/11/11 03:52:54 brd Exp $">
 <!ENTITY title "FreeBSD Quarterly Status Reports">
 <!ENTITY % navinclude.about "INCLUDE">
 ]>
@@ -8,7 +8,7 @@
 <html>
   &header;
 
-  <h2>Next submissions due: October 6, 2008</h2>
+  <h2>Next submissions due: January 6, 2009</h2>
 
   <p>Use the <a href="http://www.FreeBSD.org/cgi/monthly.cgi">xml
       generator</a> or download and edit the <a href="report-sample.xml">
@@ -41,6 +41,8 @@
   <h2>2008</h2>
 
   <ul>
+    <li><a href="report-2008-07-2008-09.html">July, 2008 -
+      September, 2008</a></li>
     <li><a href="report-2008-04-2008-06.html">April, 2008 -
       June, 2008</a></li>
     <li><a href="report-2008-01-2008-03.html">January, 2008 -

==== //depot/projects/docproj_nl/www/share/sgml/news.xml#17 (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.206 2008/11/04 21:24:43 rene Exp $
+      $FreeBSD: www/share/sgml/news.xml,v 1.207 2008/11/11 03:52:54 brd Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -36,6 +36,18 @@
       <name>11</name>
 
       <day>
+	<name>10</name>
+
+	<event>
+	  <title>July - September, 2008 Status Reports</title>
+
+	  <p>The July - September, 2008 Status Reports are <a
+	    href="&enbase;/news/status/report-2008-07-2008-09.html">now
+	    available</a> with 14 entries.</p>
+	</event>
+      </day>
+
+      <day>
 	<name>3</name>
 	<event>
 	  <p>New committer: <a href="mailto:rene at FreeBSD.org">


More information about the p4-projects mailing list