Some tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19036 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2017-08-18 19:42:43 +00:00
parent 895d2af931
commit 4bf60a36d4
27 changed files with 35 additions and 30 deletions

View File

@ -37,7 +37,7 @@
behaviour regardless of which libraries are available on a given platform.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -40,7 +40,7 @@
platforms.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
interface for reading/writing various compression formats.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
and utilities used for parsing XML files.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
support XSLT files.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
real-time. This means it favors speed over compression ratio.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
errors and strives to produce visually equivalent markup that is both
W3C compliant and compatible with most browsers.</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -38,7 +38,7 @@
since version 4.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -41,7 +41,7 @@
compatibility with other dependent packages.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -40,7 +40,7 @@
prototyping large programs or developing entire applications.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
(and other files) implemented in <application>Python</application>.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -41,7 +41,7 @@
a repository is covered at <xref linkend="svnserver"/>.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -38,7 +38,7 @@
functions like streaming media.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -94,7 +94,7 @@
Fix a build issue with GlibC-2.26:
</para>
<screen><userinput>sed '/&lt;stdlib.h&gt;/a#include &lt;stdint.h&gt;' -i src/xdr_sizeof.c</userinput></screen>
<screen><userinput>sed '/stdlib.h/a#include &lt;stdint.h&gt;' -i src/xdr_sizeof.c</userinput></screen>
<para>
Install <application>libtirpc</application> by running the following

View File

@ -37,7 +37,7 @@
performance operation.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
needed to create and manage bridge devices. This is useful in setting up
networks for a hosted virtual machine (VM).</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -91,8 +91,7 @@
<para>Install <application>bridge-utils</application> by running the following
commands:</para>
<screen><userinput>
autoconf &amp;&amp;
<screen><userinput>autoconf &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>

View File

@ -33,7 +33,7 @@
of programs for controlling the network subsystem of the Linux
kernel.</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
abilities. NFS is a protocol that allows sharing file systems over the
network.</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
@ -154,7 +154,9 @@ useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
<para>Install <application>NFS Utilities</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=/usr \
<screen><userinput>sed -i '/fcntl.h/a#include &lt;stdint.h&gt;' support/nsm/rpc.c &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc \
--sbindir=/sbin \
--without-tcp-wrappers \
@ -182,6 +184,9 @@ chown nobody.nogroup /var/lib/nfs</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed ... support/nsm/rpc.c</command>: This sed it required
to fix a build issue with glibc-2.26 and later.</para>
<para><parameter>--without-tcp-wrappers</parameter>: This option is
needed because TCP Wrappers is not in BLFS.</para>

View File

@ -33,7 +33,7 @@
<application>portmap</application>. It is required for import or export
of Network File System (NFS) shared directories. </para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -103,6 +103,7 @@ useradd -c "RPC Bind Daemon Owner" -d /dev/null -g rpc \
commands:</para>
<screen revision="sysv"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-vulnerability_fixes-1.patch &amp;&amp;
./configure --prefix=/usr \
--bindir=/sbin \
--with-rpcuser=root \

View File

@ -31,7 +31,7 @@
<para><application>Lynx</application> is a text based web browser.</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
<para>The <application>lsb_release</application> script gives information
about the Linux Standards Base (LSB) status of the distribution.</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
<command>install-catalog</command>. This is useful for creating and
maintaining centralized SGML catalogs.</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -39,7 +39,7 @@ xreflabel="docbook-xsl-&docbook-xsl-version;">
package contains XSL stylesheets. These are useful for
performing transformations on XML DocBook files.</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
and software documentation to a standard allowing you to utilize
transformations already written for that standard.</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
chunk it into messages using the W3C Internationalization Tag Set (ITS).
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
and applies it using an external XSLT processor. It also performs any
necessary post-processing.</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -42,7 +42,7 @@
SQL database engine.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">