svn commit: r40081 - head/en_US.ISO8859-1/articles/portbuild
Glen Barber
gjb at FreeBSD.org
Sun Nov 18 17:30:00 UTC 2012
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>
More information about the svn-doc-all
mailing list