More tags and other fixes by Armin. Thanks.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12743 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-02-20 11:30:41 +00:00
parent 4e047ca48e
commit df9fb20060
11 changed files with 21 additions and 35 deletions

View File

@ -34,7 +34,7 @@
library. It only supports a subset of the ATA S.M.A.R.T. functionality.
</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -122,7 +122,7 @@ make</userinput></screen>
libatasmart.so
</seg>
<seg>
/usr/share/doc/libatasmart
/usr/share/doc/libatasmart-&libatasmart-version;
</seg>
</seglistitem>
</segmentedlist>

View File

@ -38,7 +38,7 @@
be dropped into place by packages or by the user.
</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
and batch processing. It is required for Linux Standards Base (LSB)
conformance.</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -92,8 +92,10 @@ mkdir -p /var/spool/cron</userinput></screen>
<para>Install <application>at</application> with the following
commands:</para>
<screen><userinput>./configure --with-daemon_username=atd \
--with-daemon_groupname=atd &amp;&amp;
<screen><userinput>./configure --docdir=/usr/share/doc/at-&at-version; \
--with-daemon_username=atd \
--with-daemon_groupname=atd \
SENDMAIL=/usr/sbin/sendmail &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>

View File

@ -36,7 +36,7 @@
based on a set of pre-configured maps.
</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
Bluetooth protocol stack for Linux.
</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -129,8 +129,7 @@
commands:
</para>
<screen><userinput>
./configure --prefix=/usr \
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/lib \
@ -142,8 +141,7 @@
--enable-pand \
--enable-tools \
--enable-wiimote \
--disable-test \
--without-systemdunitdir &amp;&amp;
--disable-test &amp;&amp;
make</userinput></screen>
<para>
@ -221,11 +219,6 @@ install -v -m644 doc/*.txt /usr/share/doc/bluez-&bluez-version;</userinput></scr
test programs.
</para>
<para>
<parameter>--without-systemdunitdir</parameter>: This switch disables installation
of the systemd units.
</para>
<para>
<option>--enable-cups</option>: This switch enables CUPS backend support. Note
that CUPS does not need to be installed for this support.

View File

@ -129,7 +129,6 @@ useradd -c "D-Bus Message Daemon User" -d /var/run/dbus \
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/dbus-1.0 \
--with-console-auth-dir=/run/console/ \
--without-systemdsystemunitdir \
--disable-systemd \

View File

@ -86,7 +86,7 @@ make</userinput></screen>
install-info --dir-file=/usr/share/info/dir \
/usr/share/info/gpm.info &amp;&amp;
ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so &amp;&amp;
ln -sfv libgpm.so.2.1.0 /usr/lib/libgpm.so &amp;&amp;
install -v -m644 conf/gpm-root.conf /etc &amp;&amp;
install -v -m755 -d /usr/share/doc/gpm-&gpm-version;/support &amp;&amp;

View File

@ -35,7 +35,7 @@
utility, common to many commercial Unixes, and tools you can schedule via
cron to collect and historize performance and activity data.</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
devices.
</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
org.freedesktop.UPower service via the system message bus.
</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -114,10 +114,9 @@
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-deprecated \
--disable-static \
--localstatedir=/var \
--libexecdir=/usr/lib/upower &amp;&amp;
--enable-deprecated \
--disable-static &amp;&amp;
make</userinput></screen>
<para>
@ -179,8 +178,7 @@ make</userinput></screen>
</seg>
<seg>
/etc/UPower,
/usr/include/libupower-glib,
/usr/lib/upower and
/usr/include/libupower-glib, and
/var/lib/upower
</seg>
</seglistitem>

View File

@ -38,7 +38,7 @@
Internet Service Provider.
</para>
&lfs74_checked;
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -266,7 +266,7 @@ AUXLIBS='-lssl -lcrypto'</literal></screen>
<application>Postfix</application> by running the following commands:
</para>
<screen><userinput>make CCARGS="-DNO_NIS -DUSE_TLS -I/usr/include/openssl/ \
<screen><userinput>make CCARGS="-DUSE_TLS -I/usr/include/openssl/ \
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl" \
AUXLIBS="-lssl -lcrypto -lsasl2" \
makefiles &amp;&amp;
@ -304,12 +304,6 @@ make</userinput></screen>
<envar>CCARGS</envar> and <envar>AUXLIBS</envar> variables.
</para>
<para>
<parameter>-DNO_NIS</parameter>: This option disables building Network
Information Service/Yellow Pages support. The RPC implementation in Glibc
(on which NIS/YP depends) is deprecated.
</para>
<para>
<command>sh postfix-install -non-interactive</command>: This keeps the
install script from asking any questions, thereby accepting default