Date: Sun, 18 Nov 2012 17:30:00 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40081 - head/en_US.ISO8859-1/articles/portbuild Message-ID: <201211181730.qAIHU09Q075840@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Sun Nov 18 17:29:59 2012 New Revision: 40081 URL: http://svnweb.freebsd.org/changeset/doc/40081 Log: Fix build. 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 Nov 18 17:21:10 2012 (r40080) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Nov 18 17:29:59 2012 (r40081) @@ -2363,7 +2363,7 @@ ln -s ../<replaceable>arch</replaceable> <itemizedlist> <listitem> - <para>Kick-start the build for the branch with + <para>Kick-start the build for the branch with:</para> <screen>build create <replaceable>arch</replaceable> <replaceable>branch</replaceable></screen> </listitem> @@ -2700,6 +2700,7 @@ ln -s ../<replaceable>arch</replaceable> <filename>/var/portbuild/scripts/dologs</filename> to the root <filename>crontab</filename>. (This is a hack and should go away.) </para> + </listitem> </itemizedlist> <!-- end of whitespace-broken area --> @@ -2809,12 +2810,12 @@ console="vidconsole,comconsole"</screen> <para>Create the appropriate <filename>etc/rc.conf</filename>.</para> - <para>Required entries:<screen> + <para>Required entries:</para><screen> hostname="<replaceable>${hostname}</replaceable>" sshd_enable="YES" </screen> - <para>Recommended entries:<screen> +<para>Recommended entries:</para><screen> background_fsck="NO" clear_tmp_enable="YES" dumpdev="AUTO" @@ -2841,7 +2842,6 @@ rpc_statd_enable="YES" sendmail_enable="NONE" smartd_enable="YES" </screen> - </para> </step> <step> @@ -3060,7 +3060,7 @@ ganglia:*:102:102::0:0:User &:/usr/l <para>For each source branch you will be building for, set <makevar>SRC_BRANCHES</makevar> and <makevar>SRC_BRANCH_<replaceable>branch</replaceable>_TAG</makevar> - as detailed in <xref linkend=NEW-BRANCH-PRE-QMANAGER>. + as detailed in <xref linkend="new-branch-pre-qmanager"/>. You should not need to change <makevar>SRC_BRANCHES_PATTERN</makevar>.</para> </listitem> @@ -3094,7 +3094,7 @@ ganglia:*:102:102::0:0:User &:/usr/l <step> <para>For each architecture, follow the steps in - <xref linkend=NEW-ARCH-PRE-QMANAGER>.</para> + <xref linkend="new-arch-pre-qmanager"/>.</para> </step> </procedure> @@ -3195,7 +3195,7 @@ qmanager.sh</screen> <step> <para>For each architecture, follow the steps in - <xref linkend=NEW-ARCH-POST-QMANAGER>.</para> + <xref linkend="new-arch-post-qmanager"/>.</para> </step> </procedure>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211181730.qAIHU09Q075840>