svn commit: r53788 - head/de_DE.ISO8859-1/books/handbook/config

Bjoern Heidotting <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: bhd
Date: Thu Jan 16 21:30:13 2020
New Revision: 53788
URL: https://svnweb.freebsd.org/changeset/doc/53788

Log:
  Update to r53775:
  
  handbook: remove "creating a Swap File" for 9.x and older
  9.x is no longer supported

Modified:
  head/de_DE.ISO8859-1/books/handbook/config/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/config/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/config/chapter.xml	Thu Jan 16 21:28:05 2020	(r53787)
+++ head/de_DE.ISO8859-1/books/handbook/config/chapter.xml	Thu Jan 16 21:30:13 2020	(r53788)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde: de-docproj/books/handbook/config/chapter.xml,v 1.151 2011/12/19 14:55:31 bcr Exp $
-     basiert auf: r53618
+     basiert auf: r53775
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -3006,8 +3006,7 @@ kern.maxvnodes: 100000</screen>
 	angepassten Kernels.</para>
 
       <example xml:id="swapfile-10-and-later">
-	<title>Erstellen einer Swap-Datei unter
-	  &os;&nbsp;10.<replaceable>X</replaceable> und neuer</title>
+	<title>Erstellen einer Swap-Datei</title>
 
 	<procedure>
 	  <step>
@@ -3040,43 +3039,6 @@ kern.maxvnodes: 100000</screen>
 	      den Swap-Speicher direkt zu aktivieren:</para>
 
 	    <screen>&prompt.root; <userinput>swapon -aL</userinput></screen>
-	  </step>
-	</procedure>
-      </example>
-
-      <example xml:id="swapfile-9-and-earlier">
-	<title>Erstellen einer Swap-Datei unter
-	  &os;&nbsp;9.<replaceable>X</replaceable> und älter</title>
-
-	<procedure>
-	  <step>
-	    <para>Erstellen Sie die Swap-Datei
-	      <filename>/usr/swap0</filename>:</para>
-
-	    <screen>&prompt.root; <userinput>dd if=/dev/zero of=<replaceable>/usr/swap0</replaceable> bs=1024k count=<replaceable>64</replaceable></userinput></screen>
-	  </step>
-
-	  <step>
-	    <para>Setzen Sie die richtigen Berechtigungen für die neue
-	      Datei:</para>
-
-	    <screen>&prompt.root; <userinput>chmod 0600 <replaceable>/usr/swap0</replaceable></userinput></screen>
-	  </step>
-
-	  <step>
-	    <para>Aktivieren Sie die Swap-Datei in
-	      <filename>/etc/rc.conf</filename>:</para>
-
-	    <programlisting>swapfile="/usr/swap0"	# Set to name of swap file</programlisting>
-	  </step>
-
-	  <step>
-	    <para>Um die Swap-Datei sofort zu aktivieren,
-	      spezifizieren Sie ein speicherbasiertes Laufwerk.
-	      <xref linkend="disks-virtual"/> enthält weitere
-	      Informationen.</para>
-
-	    <screen>&prompt.root; <userinput>mdconfig -a -t vnode -f <replaceable>/usr/swap0</replaceable> -u 0 &amp;&amp; swapon <replaceable>/dev/md0</replaceable></userinput></screen>
 	  </step>
 	</procedure>
       </example>

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.