Ignore:
Timestamp:
03/22/2005 06:37:59 AM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
4220e05
Parents:
b50b0ef
Message:

Fixed: shadow lastlog issue

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    rb50b0ef r15be431  
    2929<sect2 role="installation">
    3030<title>Installation of Shadow</title>
     31
     32<para>Shadow fails to update the time of last login as noted by lastlog
     33when logging into a regular console. The Port (tty) column does get updated.
     34Remote logins and xterm logins seem to be not be broken, just console.
     35The following patch properly fixes this issue:</para>
     36
     37<screen><userinput>patch -Np1 -i ../shadow-&shadow-version;-fix_lastlog-1.patch</userinput></screen>
    3138
    3239<para>Prepare Shadow for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.