Просмотр исходного кода

* Updated to shadow-4.0.9

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 лет назад
Родитель
Сommit
1ce44ef944
5 измененных файлов с 5 добавлено и 17 удалено
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter03/packages.xml
  3. 0 7
      chapter03/patches.xml
  4. 0 8
      chapter06/shadow.xml
  5. 1 1
      general.ent

+ 3 - 0
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>

+ 1 - 1
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>

+ 0 - 7
chapter03/patches.xml

@@ -121,13 +121,6 @@ needed to build an LFS system:</para>
 </listitem>
 </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>

+ 0 - 8
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>

+ 1 - 1
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">