Date: Sun, 30 Dec 2012 01:08:23 +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: r40508 - head/en_US.ISO8859-1/articles/portbuild Message-ID: <201212300108.qBU18NxE088061@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212300108.qBU18NxE088061>