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 /chapter06 | |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadow.xml | 8 |
1 files changed, 0 insertions, 8 deletions
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> |