svn commit: r40814 - head/en_US.ISO8859-1/articles/portbuild

Mark Linimon linimon at FreeBSD.org
Wed Jan 30 08:45:22 UTC 2013


Author: linimon
Date: Wed Jan 30 08:45:21 2013
New Revision: 40814
URL: http://svnweb.freebsd.org/changeset/doc/40814

Log:
  Very sneakily note that mkportbuild moves from portbuild/tools to
  portbuild/admin/tools.  Start documenting SRCBUILD_USER.  Remove
  mention of zfsadmin, that has been rewritten 3 times already by now.

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	Wed Jan 30 08:38:31 2013	(r40813)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Wed Jan 30 08:45:21 2013	(r40814)
@@ -2524,6 +2524,18 @@ zfs destroy -r a/snap/src-<replaceable>o
 	</step>
 
 	<step>
+	  <para>Similarly, create a user to own the <application>svn</application>
+	    repository, such as <literal>srcbuild</literal>.  It should have the
+	    <literal>'*'</literal> password.</para>
+	</step>
+
+	<step>
+	  <para>Export that value for a later initialization step:</para>
+
+	  <screen>&prompt.root; export SRCBUILD_USER=<replaceable>srcbuild</replaceable></screen>
+	</step>
+
+	<step>
 	  <para>Add the following to <filename>/boot/loader.conf</filename>:</para>
 
 	  <programlisting>console="vidconsole,comconsole"</programlisting>
@@ -2715,7 +2727,7 @@ sysutils/zfs-stats</programlisting>
 	    directory later.)</para>
 
 	  <screen>&prompt.root; mkdir -p /home/<replaceable>portbuild</replaceable>/<replaceable>tmp</replaceable>
-&prompt.root; svn checkout ${VCS_REPOSITORY}/base/projects/portbuild/tools /home/<replaceable>portbuild</replaceable>/<replaceable>tmp</replaceable></screen>
+&prompt.root; svn checkout ${VCS_REPOSITORY}/base/projects/portbuild/admin/tools /home/<replaceable>portbuild</replaceable>/<replaceable>tmp</replaceable></screen>
 	</step>
 
 	<step>
@@ -2755,7 +2767,7 @@ sysutils/zfs-stats</programlisting>
 	</step>
 
 	<step>
-	  <para>set up the repository:</para>
+	  <para>Set up the initial repository:</para>
 
 	  <screen>&prompt.user; svn checkout ${VCS_REPOSITORY}/base/projects/portbuild ${ZFS_MOUNTPOINT}/portbuild</screen>
 	</step>
@@ -2763,9 +2775,7 @@ sysutils/zfs-stats</programlisting>
 
 	    <step>
 	      <para>Set up the <application>zfs</application>
-		<literal>permission set</literal>:</para>
-
-	      <screen>&prompt.root; ${ZFS_MOUNTPOINT}/tools/zfsadmin</screen>
+		<literal>permission sets</literal>.</para>
 	    </step>
 	  </procedure>
 


More information about the svn-doc-all mailing list