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

Mark Linimon linimon at FreeBSD.org
Tue Dec 4 06:55:32 UTC 2012


Author: linimon
Date: Tue Dec  4 06:55:31 2012
New Revision: 40261
URL: http://svnweb.freebsd.org/changeset/doc/40261

Log:
  We don't need the squid user on the master.  Also, don't forget /a as a
  first step.

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	Mon Dec  3 23:45:12 2012	(r40260)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Tue Dec  4 06:55:31 2012	(r40261)
@@ -2961,6 +2961,10 @@ sysutils/smartmontools</screen>
       <procedure>
 
 	<step>
+	  <para>Create <filename>/a</filename>.</para>
+	</step>
+
+	<step>
 	  <para>Create a <application>zfs</application> volume named
 	    <filename>a</filename> and mount it on
 	    <filename>/a</filename>.</para>
@@ -3208,12 +3212,11 @@ qmanager.sh</screen>
 	</step>
 
 	<step>
-	  <para>If not already created, add the following users:<screen>
-squid:*:100:100::0:0:User &:/usr/local/squid:/bin/sh
+	  <para>If not already created, add the following user:<screen>
 ganglia:*:102:102::0:0:User &:/usr/local/ganglia:/bin/sh</screen>
 	  </para>
 
-	  <para>Add them to <filename>/etc/group</filename> as well.</para>
+	  <para>Add it to <filename>/etc/group</filename> as well.</para>
 	</step>
 
 	<step>


More information about the svn-doc-all mailing list