Author: jim
Date: 2005-03-21 23:31:29 -0700 (Mon, 21 Mar 2005)
New Revision: 4794

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/shadow.xml
   trunk/BOOK/general.ent
Log:
Fixed: shadow lastlog issue

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2005-03-20 05:34:00 UTC (rev 4793)
+++ trunk/BOOK/chapter01/changelog.xml  2005-03-22 06:31:29 UTC (rev 4794)
@@ -62,6 +62,7 @@
 <listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
 <listitem><para>Hotplug 2004_09_23</para></listitem>
 <listitem><para>Libol 0.3.15</para></listitem>
+<listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem>
 <listitem><para>Syslog-ng 1.6.6</para></listitem>
 <listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
 <listitem><para>vim-6.0-security_fix-1.patch</para></listitem>
@@ -80,6 +81,8 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>March 21, 2005 [jim]: Added patch to fix issue with shadow and 
lastlog.</para></listitem>
+
 <listitem><para>March 19, 2005 [jim]: Added patch to fix issue with tar 
-S</para></listitem>
 
 <listitem><para>March 19, 2005 [matt]: Removed references to kernel security

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2005-03-20 05:34:00 UTC (rev 4793)
+++ trunk/BOOK/chapter03/patches.xml    2005-03-22 06:31:29 UTC (rev 4794)
@@ -121,6 +121,13 @@
 </varlistentry>
 
 <varlistentry>
+<term>Shadow Lastlog Fix Patch - 1 KB:</term>
+<listitem>
+<para><ulink 
url="&patches-root;shadow-&shadow-version;-fix_lastlog-1.patch"/></para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
 <term>Tar Sparse Fix Patch - 1 KB:</term>
 <listitem>
 <para><ulink url="&patches-root;tar-&tar-version;-sparse_fix-1.patch"/></para>

Modified: trunk/BOOK/chapter06/shadow.xml
===================================================================
--- trunk/BOOK/chapter06/shadow.xml     2005-03-20 05:34:00 UTC (rev 4793)
+++ trunk/BOOK/chapter06/shadow.xml     2005-03-22 06:31:29 UTC (rev 4794)
@@ -29,6 +29,13 @@
 <sect2 role="installation">
 <title>Installation of Shadow</title>
 
+<para>Shadow fails to update the time of last login as noted by lastlog
+when logging into a regular console. The Port (tty) column does get updated.
+Remote logins and xterm logins seem to be 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>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2005-03-20 05:34:00 UTC (rev 4793)
+++ trunk/BOOK/general.ent      2005-03-22 06:31:29 UTC (rev 4794)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050319">
-<!ENTITY releasedate "March 19, 2005">
+<!ENTITY version "SVN-20050321">
+<!ENTITY releasedate "March 21, 2005">
 <!ENTITY milestone "6.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to