Author: jim Date: 2005-03-21 23:37:59 -0700 (Mon, 21 Mar 2005) New Revision: 4795
Modified: branches/multi-arch/BOOK/chapter01/changelog.xml branches/multi-arch/BOOK/chapter03/patches.xml branches/multi-arch/BOOK/chapter06/shadow.xml branches/multi-arch/BOOK/general.ent Log: Fixed: shadow lastlog issue Modified: branches/multi-arch/BOOK/chapter01/changelog.xml =================================================================== --- branches/multi-arch/BOOK/chapter01/changelog.xml 2005-03-22 06:31:29 UTC (rev 4794) +++ branches/multi-arch/BOOK/chapter01/changelog.xml 2005-03-22 06:37:59 UTC (rev 4795) @@ -83,6 +83,14 @@ <listitem><para>Changelog Entries:</para> <itemizedlist> +<listitem><para>March 21, 2005 [jim]</para> +<itemizedlist> +<listitem><para>Patch: Arch: All - Shadow fix issue with shadow and lastlog.</para></listitem> +</itemizedlist> +</listitem> +</itemizedlist> + +<itemizedlist> <listitem><para>March 19, 2005 [jim]</para> <itemizedlist> <listitem><para>Updated: Arch: x86, PPC, Alpha - Linux to 2.6.11.5.</para></listitem> Modified: branches/multi-arch/BOOK/chapter03/patches.xml =================================================================== --- branches/multi-arch/BOOK/chapter03/patches.xml 2005-03-22 06:31:29 UTC (rev 4794) +++ branches/multi-arch/BOOK/chapter03/patches.xml 2005-03-22 06:37:59 UTC (rev 4795) @@ -170,6 +170,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: branches/multi-arch/BOOK/chapter06/shadow.xml =================================================================== --- branches/multi-arch/BOOK/chapter06/shadow.xml 2005-03-22 06:31:29 UTC (rev 4794) +++ branches/multi-arch/BOOK/chapter06/shadow.xml 2005-03-22 06:37:59 UTC (rev 4795) @@ -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=/usr/lib --enable-shared</userinput></screen> Modified: branches/multi-arch/BOOK/general.ent =================================================================== --- branches/multi-arch/BOOK/general.ent 2005-03-22 06:31:29 UTC (rev 4794) +++ branches/multi-arch/BOOK/general.ent 2005-03-22 06:37:59 UTC (rev 4795) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "7.0-multiarch-20050319"> +<!ENTITY version "7.0-multiarch-20050321"> <!ENTITY version-x86 "&version;-x86"> <!ENTITY version-alpha "&version;-alpha"> <!ENTITY version-ppc "&version;-PowerPC"> <!ENTITY version-raq2 "&version;-RaQ2"> -<!ENTITY releasedate "March 19, 2005"> +<!ENTITY releasedate "March 21, 2005"> <!ENTITY milestone "7.0"> <!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
