r8874 - in trunk/BOOK: . chapter01 chapter06

matthew at linuxfromscratch.org matthew at linuxfromscratch.org
Sat May 16 07:37:49 MDT 2009


Author: matthew
Date: 2009-05-16 07:37:49 -0600 (Sat, 16 May 2009)
New Revision: 8874

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/shadow.xml
   trunk/BOOK/packages.ent
Log:
Upgrade to Shadow-4.1.4. Fixes #2394.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml	2009-05-16 13:36:54 UTC (rev 8873)
+++ trunk/BOOK/chapter01/changelog.xml	2009-05-16 13:37:49 UTC (rev 8874)
@@ -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>

Modified: trunk/BOOK/chapter06/shadow.xml
===================================================================
--- trunk/BOOK/chapter06/shadow.xml	2009-05-16 13:36:54 UTC (rev 8873)
+++ trunk/BOOK/chapter06/shadow.xml	2009-05-16 13:37:49 UTC (rev 8874)
@@ -92,22 +92,8 @@
     -without-selinux</userinput></screen>
 -->
 
-<screen><userinput remap="configure">./configure --sysconfdir=/etc --without-libpam</userinput></screen>
+<screen><userinput remap="configure">./configure --sysconfdir=/etc</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>
-
     <para>Compile the package:</para>
 
 <screen><userinput remap="make">make</userinput></screen>

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent	2009-05-16 13:36:54 UTC (rev 8873)
+++ trunk/BOOK/packages.ent	2009-05-16 13:37:49 UTC (rev 8874)
@@ -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">



More information about the lfs-book mailing list