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

Mark Linimon linimon at FreeBSD.org
Sun Dec 30 01:08:24 UTC 2012


Author: linimon
Date: Sun Dec 30 01:08:23 2012
New Revision: 40508
URL: http://svnweb.freebsd.org/changeset/doc/40508

Log:
  Reflect the renaming of the periodic scripts.  Reflect the refactoring of
  all arch-specific stuff from the root crontab to the portbuild crontab.
  Remove a step that is automatically done for you.

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	Sun Dec 30 00:28:10 2012	(r40507)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Sun Dec 30 01:08:23 2012	(r40508)
@@ -2831,9 +2831,9 @@ sysutils/zfs-stats</programlisting>
 	    <filename>/var/portbuild/etc/rc.d/</filename> to
 	    <filename>/usr/local/etc/rc.d/</filename>:</para>
 
-	  <programlisting>buildproxy.sh
-pollmachine.sh
-qmanager.sh</programlisting>
+	  <programlisting>buildproxy
+pollmachine
+qmanager</programlisting>
 
 	  <para>As root, start each one of them.  You may find it handy
 	    to start each under <application>screen</application> for
@@ -2895,9 +2895,7 @@ qmanager.sh</programlisting>
 	<step>
 	  <para>Install <filename>/var/portbuild/crontabs/root</filename> as
 	    the <username>root</username> crontab via
-	    <command>crontab -e</command>.  If you do
-	    not support all the archs listed there, make sure to comment out
-	    the appropriate <application>dologs</application> entries.</para>
+	    <command>crontab -e</command>.</para>
 	</step>
 
 	<step>
@@ -2915,14 +2913,6 @@ qmanager.sh</programlisting>
 	</step>
 
 	<step>
-	  <para>If not already created, add the following user:</para>
-
-	  <programlisting>ganglia:*:102:102::0:0:User &:/usr/local/ganglia:/bin/sh</programlisting>
-
-	  <para>Add it to <filename>/etc/group</filename> as well.</para>
-	</step>
-
-	<step>
 	  <para>Configure mail by doing the following:</para>
 
 	  <para>run <command>newaliases</command>.</para>


More information about the svn-doc-all mailing list