diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-06-12 17:13:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-06-12 17:13:13 +0000 |
commit | 1ce44ef9440d7b0837ecc04e55060214edf2e75c (patch) | |
tree | 2724656f75d93c8803f99ad322c50da7f54346ec | |
parent | b0c2a55a5b0d48ad8aae59c9dd337070d18a249d (diff) |
* Updated to shadow-4.0.9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | chapter03/patches.xml | 7 | ||||
-rw-r--r-- | chapter06/shadow.xml | 8 | ||||
-rw-r--r-- | general.ent | 2 |
5 files changed, 5 insertions, 17 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index af773f90a..349fa41bb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -79,6 +79,7 @@ First a summary, then a detailed log.</para> <listitem><para>bash-3.0-display_wrap-1.patch</para></listitem> <listitem><para>iproute2-2.6.11-050330-remove_db-1.patch</para></listitem> <listitem><para>man-1.5o1-80cols-1.patch</para></listitem> +<listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem> <listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem> <listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem> <listitem><para>texinfo-4.7-segfault-1.patch</para></listitem> @@ -87,6 +88,8 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 12th, 2005 [matt]: Upgraded to shadow-4.0.9.</para></listitem> + <listitem><para>June 12th, 2005 [matt]: Upgraded to gettext-0.14.5.</para></listitem> <listitem><para>June 12th, 2005 [matt]: Upgraded to perl-5.8.7.</para></listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 1ff9adab4..99bbe209d 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -340,7 +340,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note> </varlistentry> <varlistentry> -<term>Shadow (&shadow-version;) - 996 KB:</term> +<term>Shadow (&shadow-version;) - 1,080 KB:</term> <listitem> <para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 451f1b932..fe14a70c8 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -122,13 +122,6 @@ needed to build an LFS system:</para> </varlistentry> <varlistentry> -<term>Shadow Lastlog Fix Patch - 1 KB:</term> -<listitem> -<para><ulink url="&patches-root;&shadow-lastlog-patch;"/></para> -</listitem> -</varlistentry> - -<varlistentry> <term>Sysklogd Fixes Patch - 27 KB:</term> <listitem> <para><ulink url="&patches-root;&sysklogd-fixes-patch;"/></para> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 9c5bb264c..2ee7a57a6 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -31,14 +31,6 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Shadow</title> -<para>Shadow fails to update the time of last login as noted by -<command>lastlog</command> when logging into a regular console. -The Port (tty) column does get updated. Remote logins and -<command>xterm</command> logins seem to not be broken; just console. -The following patch properly fixes this issue:</para> - -<screen><userinput>patch -Np1 -i ../shadow-&shadow-version;-fix_lastlog-1.patch</userinput></screen> - <para>Prepare Shadow for compilation:</para> <screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen> diff --git a/general.ent b/general.ent index 81e4ffa2b..d8f4f97e6 100644 --- a/general.ent +++ b/general.ent @@ -66,7 +66,7 @@ <!ENTITY psmisc-version "21.6"> <!ENTITY readline-version "5.0"> <!ENTITY sed-version "4.1.4"> -<!ENTITY shadow-version "4.0.7"> +<!ENTITY shadow-version "4.0.9"> <!ENTITY sysklogd-version "1.4.1"> <!ENTITY sysvinit-version "2.86"> <!ENTITY tar-version "1.15.1"> |