Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2012 04:11:19 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r40135 - head/en_US.ISO8859-1/articles/portbuild
Message-ID:  <201211230411.qAN4BJDB033731@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Nov 23 04:11:19 2012
New Revision: 40135
URL: http://svnweb.freebsd.org/changeset/doc/40135

Log:
  Move the "Configuring the portbuild volume" section below configuring
  src and ports.  This may help in certain automation tasks.
  
  No content change other than the move.

Modified:
  head/en_US.ISO8859-1/articles/portbuild/article.xml

Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Nov 23 04:08:54 2012	(r40134)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Nov 23 04:11:19 2012	(r40135)
@@ -2891,47 +2891,6 @@ ttyu0   "/usr/libexec/getty std.9600"   
 
     </sect2>
 
-    <sect2 id="pointyhat-portbuild-volume">
-      <title>Configuring the portbuild volume</title>
-
-      <procedure>
-
-	<step>
-	  <para>Create a <application>zfs</application> volume named
-	    <filename>a</filename> and mount it on
-	    <filename>/a</filename>.  An example:<screen>
-&prompt.root; zpool create a mirror da1 da2 mirror da3 da4 mirror da5 da6 mirror da7 da8</screen>
-	  </para>
-	</step>
-
-	<step>
-	  <para>Create the portbuild directory:<screen>
-&prompt.root; mkdir -p /a/portbuild
-</screen>
-	  </para>
-	</step>
-
-	<step>
-	  <para>Create and mount a new <application>zfs</application>
-	    filesystem on it:
-	    <screen>zfs create -o mountpoint=/a/portbuild a/portbuild</screen>
-	  </para>
-	</step>
-
-	<step>
-	  <para>Set up the portbuild directory:<screen>
-&prompt.root; cd /a/portbuild
-&prompt.root; chown portmgr:portmgr .
-&prompt.root; chmod 775 .
-&prompt.root; ln -sf /a/portbuild /var/portbuild
-</screen>
-	  </para>
-	</step>
-
-      </procedure>
-
-    </sect2>
-
     <sect2 id="pointyhat-src">
       <title>Configuring <literal>src</literal></title>
 
@@ -3006,6 +2965,47 @@ ganglia:*:102:102::0:0:User &amp;:/usr/l
 
     </sect2>
 
+    <sect2 id="pointyhat-portbuild-volume">
+      <title>Configuring the portbuild volume</title>
+
+      <procedure>
+
+	<step>
+	  <para>Create a <application>zfs</application> volume named
+	    <filename>a</filename> and mount it on
+	    <filename>/a</filename>.  An example:<screen>
+&prompt.root; zpool create a mirror da1 da2 mirror da3 da4 mirror da5 da6 mirror da7 da8</screen>
+	  </para>
+	</step>
+
+	<step>
+	  <para>Create the portbuild directory:<screen>
+&prompt.root; mkdir -p /a/portbuild
+</screen>
+	  </para>
+	</step>
+
+	<step>
+	  <para>Create and mount a new <application>zfs</application>
+	    filesystem on it:
+	    <screen>zfs create -o mountpoint=/a/portbuild a/portbuild</screen>
+	  </para>
+	</step>
+
+	<step>
+	  <para>Set up the portbuild directory:<screen>
+&prompt.root; cd /a/portbuild
+&prompt.root; chown portmgr:portmgr .
+&prompt.root; chmod 775 .
+&prompt.root; ln -sf /a/portbuild /var/portbuild
+</screen>
+	  </para>
+	</step>
+
+      </procedure>
+
+    </sect2>
+
     <sect2 id="pointyhat-repo">
       <title>Setting up and configuring the <application>portbuild</application> repository</title>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211230411.qAN4BJDB033731>