diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/shadow.xml | 16 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 8 insertions, 18 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a971f6763..bafef635f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-05-16</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Shadow-4.1.4. Fixes + <ulink url="&lfs-ticket-root;2394">#2394</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Psmisc-22.7. Fixes <ulink url="&lfs-ticket-root;2392">#2392</ulink>.</para> </listitem> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index c1f52f367..9647214a0 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -92,21 +92,7 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr -without-selinux</userinput></screen> --> -<screen><userinput remap="configure">./configure --sysconfdir=/etc --without-libpam</userinput></screen> - - <variablelist> - <title>The meaning of the configure option:</title> - - <varlistentry> - <term><parameter>-without-libpam</parameter></term> - <listitem> - <para>Support for PAM is enabled by default, but PAM is not - built in a base LFS system. The compilation of - <command>login</command> will fail if this option is not used.</para> - </listitem> - </varlistentry> - - </variablelist> +<screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen> <para>Compile the package:</para> diff --git a/packages.ent b/packages.ent index 675c07e84..cd3a8c412 100644 --- a/packages.ent +++ b/packages.ent @@ -440,10 +440,10 @@ <!ENTITY sed-ch6-du "10 MB"> <!ENTITY sed-ch6-sbu "0.2 SBU"> -<!ENTITY shadow-version "4.1.3.1"> -<!ENTITY shadow-size "1,661 KB"> +<!ENTITY shadow-version "4.1.4"> +<!ENTITY shadow-size "1,718 KB"> <!ENTITY shadow-url "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-&shadow-version;.tar.bz2"> -<!ENTITY shadow-md5 "f90f51908e9c3a62ac0eb6b3043421de"> +<!ENTITY shadow-md5 "a1ee8b48e82f31291fbacc1ee6a0c793"> <!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/"> <!ENTITY shadow-ch6-du "28 MB"> <!ENTITY shadow-ch6-sbu "0.3 SBU"> |