diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-22 06:31:29 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-22 06:31:29 +0000 |
commit | 1ef7d448f0f954af69ad9e34df2cd130fb3bd402 (patch) | |
tree | 7ab876dd17576f9e2764a04a1491d951188c49f2 | |
parent | fa85c5e5c9a85f9d1252f3f93afc6ccd52f928dc (diff) |
Fixed: shadow lastlog issue
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/patches.xml | 7 | ||||
-rw-r--r-- | chapter06/shadow.xml | 7 | ||||
-rw-r--r-- | general.ent | 4 |
4 files changed, 19 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 90e886395..0530aeed9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -62,6 +62,7 @@ first a summary, then a detailed log.</para> <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 @@ first a summary, then a detailed log.</para> </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 diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 5a7ef4f08..d18cf6aa4 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -121,6 +121,13 @@ needed to build an LFS system:</para> </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> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index fca81f9ae..a4e427536 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -29,6 +29,13 @@ 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 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> diff --git a/general.ent b/general.ent index d5dccfc41..631452bf2 100644 --- a/general.ent +++ b/general.ent @@ -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/"> |