Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 03:13:31 +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: r40483 - head/en_US.ISO8859-1/articles/portbuild
Message-ID:  <201212280313.qBS3DVPM039517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Dec 28 03:13:30 2012
New Revision: 40483
URL: http://svnweb.freebsd.org/changeset/doc/40483

Log:
  Remove cruft created by previous checkin.

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 Dec 28 03:11:47 2012	(r40482)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Dec 28 03:13:30 2012	(r40483)
@@ -2633,14 +2633,6 @@ sysutils/zfs-stats</programlisting>
 	  <screen>&prompt.root; export ZFS_MOUNTPOINT=/<replaceable>a</replaceable></screen>
 	</step>
 
-<!--
-	<step>
-	  <para>Create the mountpoint.</para>
-
-	  <screen>&prompt.root; mkdir -p ${ZFS_MOUNTPOINT}</screen>
-	</step>
--->
-
 	<step>
 	  <para>Create the <application>zfs</application> volume
 	    and mount it.</para>
@@ -2650,10 +2642,6 @@ sysutils/zfs-stats</programlisting>
 
 	    <screen>&prompt.root; zpool create ${ZFS_VOLUME} mirror da1 da2 mirror da3 da4 mirror da5 da6 mirror da7 da8</screen>
 	  </example>
-<!--
-	</step>
-      </procedure>
--->
 
       <note>
 	<para>We will define a <application>zfs</application>
@@ -2663,16 +2651,6 @@ sysutils/zfs-stats</programlisting>
       </note>
 	</step>
 
-<!--
-    </sect2>
-
-    <sect2 id="portbuild-repo-setup">
-      <title>Setting up the <application>portbuild</application> repository</title>
-
-      <para>The following steps need to be done as euid root.</para>
-
-      <procedure>
--->
 	<step>
 	  <para>Select an <application>svn</application> repository
 	    and export it.  See the
@@ -2727,14 +2705,7 @@ sysutils/zfs-stats</programlisting>
 	      of hardcoded paths.  This is a bug.</para>
 	  </note>
 	</step>
-<!--
-      </procedure>
-
-      <para>The next step needs to be done as the
-	<replaceable>portbuild</replaceable> user.</para>
 
-      <procedure>
--->
 	<step>
 	  <para>set up the repository:</para>
 



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