Author: fernando
Date: Tue Feb 18 09:38:44 2014
New Revision: 12729
Log:
Fixes and tags. Thanks Armin K.
Modified:
trunk/BOOK/general/genlib/dbus-glib.xml
trunk/BOOK/general/genlib/gobject-introspection.xml
trunk/BOOK/general/genlib/js.xml
trunk/BOOK/general/genlib/libgcrypt.xml
trunk/BOOK/general/genlib/libgpg-error.xml
trunk/BOOK/general/genlib/nspr.xml
trunk/BOOK/general/graphlib/freetype2.xml
trunk/BOOK/general/prog/dbus-python.xml
trunk/BOOK/general/prog/gcc.xml
trunk/BOOK/general/prog/py2cairo.xml
trunk/BOOK/general/prog/pygobject2.xml
trunk/BOOK/networking/connect/dhcp.xml
trunk/BOOK/postlfs/editors/nano.xml
trunk/BOOK/postlfs/security/cracklib.xml
trunk/BOOK/postlfs/security/linux-pam.xml
trunk/BOOK/postlfs/security/polkit.xml
trunk/BOOK/postlfs/security/shadow.xml
trunk/BOOK/pst/xml/docbook-xsl.xml
trunk/BOOK/pst/xml/docbook.xml
trunk/BOOK/x/lib/cairo.xml
Modified: trunk/BOOK/general/genlib/dbus-glib.xml
==============================================================================
--- trunk/BOOK/general/genlib/dbus-glib.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/general/genlib/dbus-glib.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -35,7 +35,7 @@
<application>D-Bus</application> API.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -98,9 +98,8 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/dbus-1.0 \
+<screen><userinput>./configure --prefix=/usr \
+ --sysconfdir=/etc \
--disable-static &&
make</userinput></screen>
Modified: trunk/BOOK/general/genlib/gobject-introspection.xml
==============================================================================
--- trunk/BOOK/general/genlib/gobject-introspection.xml Tue Feb 18 09:11:35
2014 (r12728)
+++ trunk/BOOK/general/genlib/gobject-introspection.xml Tue Feb 18 09:38:44
2014 (r12729)
@@ -37,7 +37,7 @@
machine readable format.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/genlib/js.xml
==============================================================================
--- trunk/BOOK/general/genlib/js.xml Tue Feb 18 09:11:35 2014 (r12728)
+++ trunk/BOOK/general/genlib/js.xml Tue Feb 18 09:38:44 2014 (r12729)
@@ -36,7 +36,7 @@
written in C/C++.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/genlib/libgcrypt.xml
==============================================================================
--- trunk/BOOK/general/genlib/libgcrypt.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/general/genlib/libgcrypt.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -38,7 +38,7 @@
API.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/genlib/libgpg-error.xml
==============================================================================
--- trunk/BOOK/general/genlib/libgpg-error.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/general/genlib/libgpg-error.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -35,7 +35,7 @@
<application>GnuPG</application> components.
.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/genlib/nspr.xml
==============================================================================
--- trunk/BOOK/general/genlib/nspr.xml Tue Feb 18 09:11:35 2014 (r12728)
+++ trunk/BOOK/general/genlib/nspr.xml Tue Feb 18 09:38:44 2014 (r12729)
@@ -36,7 +36,7 @@
platform-neutral API for system level and libc like functions.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/graphlib/freetype2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/freetype2.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/general/graphlib/freetype2.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -41,7 +41,7 @@
<application>TrueType</application> fonts.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/prog/dbus-python.xml
==============================================================================
--- trunk/BOOK/general/prog/dbus-python.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/general/prog/dbus-python.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -29,7 +29,7 @@
<application>D-Bus</application>.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -107,8 +107,7 @@
<screen><userinput>mkdir python2 &&
pushd python2 &&
PYTHON=/usr/bin/python \
-../configure --prefix=/usr \
- --docdir=/usr/share/doc/dbus-python-&dbus-python-version;
&&
+../configure --prefix=/usr
--docdir=/usr/share/doc/dbus-python-&dbus-python-version; &&
make &&
popd</userinput></screen>
@@ -125,8 +124,7 @@
<screen><userinput>mkdir python3 &&
pushd python3 &&
PYTHON=/usr/bin/python3 \
-../configure --prefix=/usr \
- --docdir=/usr/share/doc/dbus-python-&dbus-python-version;
&&
+../configure --prefix=/usr
--docdir=/usr/share/doc/dbus-python-&dbus-python-version; &&
make &&
popd</userinput></screen>
Modified: trunk/BOOK/general/prog/gcc.xml
==============================================================================
--- trunk/BOOK/general/prog/gcc.xml Tue Feb 18 09:11:35 2014 (r12728)
+++ trunk/BOOK/general/prog/gcc.xml Tue Feb 18 09:38:44 2014 (r12729)
@@ -8,8 +8,8 @@
<!ENTITY gcc-download-ftp
"ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
<!ENTITY gcc-md5sum "a3d7d63b9cb6b6ea049469a0c4a43c9d">
<!ENTITY gcc-size "82 MB">
- <!ENTITY gcc-buildsize "~2.9 GB (build, test and install all compilers
except GNAT)">
- <!ENTITY gcc-time "80 SBU (build, test and install all compilers
except GNAT)">
+ <!ENTITY gcc-buildsize "6.6 GB">
+ <!ENTITY gcc-time "110 SBU">
<!ENTITY gnat-download-http "https://libre.adacore.com/download/">
<!-- We don't know what platform, so this is commented out
@@ -44,7 +44,7 @@
Many consider the Iced Tea version to be a more robust Java environment
than the one provided by <application>GCC</application>.</para>
- &lfs74_checked;
+ &lfs75_checked;
<caution>
<para>If you are upgrading <application>GCC</application> from any other
@@ -85,9 +85,6 @@
<bridgehead renderas="sect3">GCC Dependencies</bridgehead>
- <bridgehead renderas="sect4">Recommended</bridgehead>
- <para role="recommended"><xref linkend="dejagnu"/></para>
-
<bridgehead renderas="sect4">Required if building java</bridgehead>
<para role="required">
<xref linkend="zip"/>,
@@ -95,6 +92,11 @@
<xref linkend="which"/>
</para>
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="dejagnu"/>
+ </para>
+
<note>
<para>If you plan to compile Ada, you will need to install
<application>GNAT</application> temporarily to satisfy the circular
@@ -103,8 +105,7 @@
2013, then select the file to download. You probably want the x86-linux
or x86_64-linux file.</para>
</note>
-<!-- Using 2011, because 2012 does not compile GCC-4.7.2
- GCC-4.8.1 and gnat 2013 work OK -->
+
<bridgehead renderas="sect3">GNAT GPL 2013 Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -163,11 +164,7 @@
<sect2 role="installation">
<title>Installation of GCC</title>
- <para>Install <application>GCC</application> by running the
- following commands:</para>
-
<important>
-
<para>The installation process may overwrite your existing
<application>GCC</application> <command>gcc</command> and
<command>c++</command> compilers and libraries. Having the
@@ -183,50 +180,51 @@
refer to the information found in the <application>GCC</application>
section of Chapter 6 in the LFS book (<ulink
url="&lfs-root;/chapter06/gcc.html"/>).</para>
-
</important>
- <para>The instructions below let the build machinery perform a
- <quote>bootstrap</quote> intentionally. This is necessary if you
- install the <application>Ada</application> compiler anyway. Even
- if you don't, a bootstrap is recommended for robustness.</para>
+ <para>The instructions below will make sure that <quote>bootstrap</quote>
+ is preformed intentionally. This is necessary if the
+ <application>Ada</application> compiler is being built anyway. Even if it
+ isn't, a bootstrap is recommended for robustness. To disable bootstrap
+ anyways, pass <parameter>--disable-bootstrap</parameter> to the
+ <command>./configure</command> options below.</para>
+
+ <para>Install <application>GCC</application> by running the
+ following commands:</para>
<screen><userinput>sed -i 's/\(install.*:\) install-.*recursive/\1/'
libffi/Makefile.in &&
sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in
&&
-sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
&&
-sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
&&
case `uname -m` in
i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/'
gcc/Makefile.in ;;
esac &&
+sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in
+mv -v libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx{,.disable}
+
mkdir ../gcc-build &&
cd ../gcc-build &&
../gcc-&gcc-version;/configure \
--prefix=/usr \
--libdir=/usr/lib \
- --libexecdir=/usr/lib \
--enable-shared \
--enable-threads=posix \
--enable-__cxa_atexit \
+ --enable-clocale=gnu \
--disable-multilib \
- --disable-bootstrap \
- --disable-install-libiberty \
--with-system-zlib \
- --enable-clocale=gnu \
--enable-lto \
--enable-languages=c,c++,fortran,ada,go,java,objc,obj-c++ &&
-make
-</userinput></screen>
+make</userinput></screen>
- <para>If you have installed additional packages such as valgrind and gdb,
- the gcc part of the testsuite will run more tests than in LFS.
- Some of those will report FAIL and others XPASS (pass when expected
- to FAIL). To run the checks:</para>
+ <para>If you have installed additional packages such as
+ <application>Valgrind</application> and <application>GDB</application>,
+ the <application>GCC</application> part of the testsuite will run more
+ tests than in LFS. Some of those will report FAIL and others XPASS
+ (pass when expected to FAIL). To run the tests, issue:</para>
-<screen><userinput>
-ulimit -s 32768 &&
+<screen><userinput>ulimit -s 32768 &&
make -k check &&
../gcc-&gcc-version;/contrib/test_summary</userinput></screen>
@@ -238,17 +236,12 @@
ln -v -sf ../usr/bin/cpp /lib &&
ln -v -sf gcc /usr/bin/cc &&
+mkdir -pv /usr/share/gdb/auto-load/usr/lib &&
+mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib &&
+
chown -v -R root:root \
/usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed} \
/usr/lib/gcc/*linux-gnu/&gcc-version;/ada{lib,include}</userinput></screen>
-<!-- Not needed since we do not install libffi
- <para>The <filename class='libraryfile'>libffi</filename> interface header
- is installed in a location where other packages will not be able to find
- it. If you included Java as one of the installed languages, create a
- symbolic link in <filename class='directory'>/usr/include</filename> to
- remedy this:</para>
-
-<screen role="root"><userinput>ln -v -sf `find /usr/lib/gcc -name ffitarget.h`
/usr/include</userinput></screen>-->
<para>You should now remove the <application>GNAT</application>
installation and perform other cleanups:</para>
@@ -265,8 +258,8 @@
<para>The first two <command>sed</command> commands prevent the
installation of the <application>libffi</application> library bundled
with <application>GCC</application>, since it is outdated compared to
- <xref linkend="libffi"/>. The three other <command>sed</command> commands
- are the same ones used during the build of LFS.</para>
+ <xref linkend="libffi"/>. The following three commands are the same
+ ones used during the build of LFS.</para>
<para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The
<application>GCC</application> documentation recommends
@@ -276,23 +269,18 @@
--enable-__cxa_atexit</parameter>: These parameters are required to build
the <application>C++</application> libraries to published standards.</para>
- <para><parameter>--disable-multilib</parameter>: This parameter ensures
- that files are created for the specific architecture of your
computer.</para>
-
-<!-- Double dashes are forbidden in comments, so use "- -". Change it to
- double dash if you ever remove this comment!
- <para><parameter>- -enable-bootstrap</parameter>: This parameter is used
- so that a bootstrap installation is performed.</para>
--->
<para><parameter>--enable-clocale=gnu</parameter>: This parameter is a
failsafe for incomplete locale data.</para>
+ <para><parameter>--disable-multilib</parameter>: This parameter ensures
+ that files are created for the specific architecture of your
computer.</para>
+
<para><parameter>--enable-lto</parameter>: Setting this parameter allows
- to build a compiler which is able to perform <quote>link time
- optimization (lto)</quote>.</para>
+ to build a compiler which is able to perform <quote>Link Time
+ Optimization (LTO)</quote>.</para>
<para>
-
<parameter>--enable-languages=c,c++,fortran,java,objc,obj-c++,ada,go</parameter>:
+
<parameter>--enable-languages=c,c++,fortran,ada,go,java,objc,obj-c++</parameter>:
This command identifies which languages to build. You may modify
this command to remove undesired languages.</para>
@@ -310,7 +298,7 @@
<para><command>ln -v -sf ../usr/bin/cpp /lib</command>: This command
creates a link to the C PreProcessor as some packages expect it to be
- installed in the <filename class='directory'>/lib</filename>
+ installed in the <filename class="directory">/lib</filename>
directory.</para>
<para><command>ln -v -sf gcc /usr/bin/cc</command>: This link is created as
@@ -319,8 +307,8 @@
<para><command>chown -v -R root:root
/usr/lib/gcc/*linux-gnu/...</command>:
If the package is built by a user other than root, the ownership of the
- installed <filename class='directory'>include</filename> and
- <filename class='directory'>adalib</filename> directories (and their
+ installed <filename class="directory">include</filename> and
+ <filename class="directory">adalib</filename> directories (and their
contents) will be incorrect. These commands change the ownership to the
<systemitem class="username">root</systemitem> user and group . Omit the
command changing the Ada directories if you did not include Ada as one of
@@ -337,21 +325,27 @@
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>aot-compile, gappletviewer, gc-analyze, gccgo, gcj, gcj-dbtool,
- gcjh, gfortran, gij, gjar, gjarsigner, gjavah, gkeytool,
- gnat, gnatbind, gnatchop, gnatclean, gnatfind, gnative2ascii, gnatkr,
- gnatlink, gnatls, gnatmake, gnatname, gnatprep, gnatxref, gorbd,
- grmic, grmid, grmiregistry, gserialver, gtnameserv, jcf-dump,
- jv-convert, rebuild-gcj-db, and architecture specific names</seg>
- <seg>libgcj_bc.so, libgcj.so, libgcj-tools.so, libgfortran.{so,a},
- libgij.so, libgo.{so,a}, libgobegin.a, libobjc.{so,a} and numerous
other
- run-time libraries and executables in /usr/lib/gcc</seg>
- <seg>/usr/include/c++/&gcc-version;/{gcj,gnu,java,javax,org,sun},
-
/usr/lib/gcc/<arch-model>-linux-gnu/&gcc-version;/ada{include,lib},
- /usr/lib/gcj-&gcc-version;-13,
- /usr/lib/go,
- /usr/lib/security,
- and /usr/share/java</seg>
+ <seg>
+ aot-compile, gappletviewer, gc-analyze, gccgo, gcj, gcj-dbtool,
+ gcjh, gfortran, gij, gjar, gjarsigner, gjavah, gkeytool,
+ gnat, gnatbind, gnatchop, gnatclean, gnatfind, gnative2ascii, gnatkr,
+ gnatlink, gnatls, gnatmake, gnatname, gnatprep, gnatxref, gorbd,
+ grmic, grmid, grmiregistry, gserialver, gtnameserv, jcf-dump,
+ jv-convert, rebuild-gcj-db, and architecture specific names
+ </seg>
+ <seg>
+ libgcj_bc.so, libgcj.so, libgcj-tools.so, libgfortran.{so,a},
+ libgij.so, libgo.{so,a}, libgobegin.a, libobjc.{so,a} and numerous
other
+ run-time libraries and executables in /usr/lib/gcc and
/usr/libexec/gcc
+ </seg>
+ <seg>
+ /usr/include/c++/&gcc-version;/{gcj,gnu,java,javax,org,sun},
+
/usr/lib/gcc/<arch-model>-linux-gnu/&gcc-version;/ada{include,lib},
+ /usr/lib/gcj-&gcc-version;-13,
+ /usr/lib/go,
+ /usr/lib/security, and
+ /usr/share/java
+ </seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/general/prog/py2cairo.xml
==============================================================================
--- trunk/BOOK/general/prog/py2cairo.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/general/prog/py2cairo.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -30,7 +30,7 @@
<application>Cairo</application>.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/prog/pygobject2.xml
==============================================================================
--- trunk/BOOK/general/prog/pygobject2.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/general/prog/pygobject2.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -32,7 +32,7 @@
<application>GLib</application>.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/networking/connect/dhcp.xml
==============================================================================
--- trunk/BOOK/networking/connect/dhcp.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/networking/connect/dhcp.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -37,7 +37,7 @@
network addresses on private networks.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/editors/nano.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/nano.xml Tue Feb 18 09:11:35 2014 (r12728)
+++ trunk/BOOK/postlfs/editors/nano.xml Tue Feb 18 09:38:44 2014 (r12729)
@@ -35,7 +35,7 @@
the default editor in the <application>Pine</application> package.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/security/cracklib.xml
==============================================================================
--- trunk/BOOK/postlfs/security/cracklib.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/postlfs/security/cracklib.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -38,7 +38,7 @@
library used to enforce strong passwords by comparing user selected
passwords to words in chosen word lists.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -122,8 +122,8 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
-mv -v /usr/lib/libcrack.so.2* /lib &&
-ln -v -sf ../../lib/libcrack.so.2.9.0 /usr/lib/libcrack.so</userinput></screen>
+mv -v /usr/lib/libcrack.so.* /lib &&
+ln -sfv ../../lib/$(readlink /usr/lib/libcrack.so)
/usr/lib/libcrack.so</userinput></screen>
<para>Issue the following commands as the
<systemitem class="username">root</systemitem> user to install the
Modified: trunk/BOOK/postlfs/security/linux-pam.xml
==============================================================================
--- trunk/BOOK/postlfs/security/linux-pam.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/postlfs/security/linux-pam.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -41,7 +41,7 @@
users.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -140,8 +140,7 @@
--sysconfdir=/etc \
--libdir=/usr/lib \
--enable-securedir=/lib/security \
- --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; \
- --disable-nis &&
+ --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; &&
make</userinput></screen>
<para>
@@ -224,13 +223,6 @@
</para>
<para>
- <option>--disable-nis</option>: This switch disables building
- of the Network Information Service/Yellow Pages support in
- pam_unix and pam_access modules. Remove it if you have installed
- <xref linkend="libtirpc"/>.
- </para>
-
- <para>
<command>chmod -v 4755 /sbin/unix_chkpwd</command>:
The <command>unix_chkpwd</command> helper program must be setuid
so that non-<systemitem class="username">root</systemitem>
Modified: trunk/BOOK/postlfs/security/polkit.xml
==============================================================================
--- trunk/BOOK/postlfs/security/polkit.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/postlfs/security/polkit.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -36,7 +36,7 @@
communicate with privileged processes.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -132,10 +132,8 @@
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --with-authfw=shadow \
--disable-static \
- --libexecdir=/usr/lib/polkit-1 &&
-
+ --with-authfw=shadow &&
make</userinput></screen>
<para>
Modified: trunk/BOOK/postlfs/security/shadow.xml
==============================================================================
--- trunk/BOOK/postlfs/security/shadow.xml Tue Feb 18 09:11:35 2014
(r12728)
+++ trunk/BOOK/postlfs/security/shadow.xml Tue Feb 18 09:38:44 2014
(r12729)
@@ -41,7 +41,7 @@
<command>login</command> and <command>su</command> to utilize PAM.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/xml/docbook-xsl.xml
==============================================================================
--- trunk/BOOK/pst/xml/docbook-xsl.xml Tue Feb 18 09:11:35 2014 (r12728)
+++ trunk/BOOK/pst/xml/docbook-xsl.xml Tue Feb 18 09:38:44 2014 (r12729)
@@ -39,7 +39,7 @@
package contains XSL stylesheets. These are useful for
performing transformations on XML DocBook files.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/xml/docbook.xml
==============================================================================
--- trunk/BOOK/pst/xml/docbook.xml Tue Feb 18 09:11:35 2014 (r12728)
+++ trunk/BOOK/pst/xml/docbook.xml Tue Feb 18 09:38:44 2014 (r12729)
@@ -35,7 +35,7 @@
and software documentation to a standard allowing you to utilize
transformations already written for that standard.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/x/lib/cairo.xml
==============================================================================
--- trunk/BOOK/x/lib/cairo.xml Tue Feb 18 09:11:35 2014 (r12728)
+++ trunk/BOOK/x/lib/cairo.xml Tue Feb 18 09:38:44 2014 (r12729)
@@ -47,7 +47,7 @@
transformation</ulink> (scale, rotation, shear, etc.).
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page