Changeset 1ef7d44


Ignore:
Timestamp:
03/22/2005 06:31:29 AM (19 years ago)
Author:
Jim Gifford <jim@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
33b81ff3
Parents:
fa85c5e
Message:

Fixed: shadow lastlog issue

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfa85c5e r1ef7d44  
    6363<listitem><para>Hotplug 2004_09_23</para></listitem>
    6464<listitem><para>Libol 0.3.15</para></listitem>
     65<listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem>
    6566<listitem><para>Syslog-ng 1.6.6</para></listitem>
    6667<listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
     
    8182</listitem>
    8283
     84<listitem><para>March 21, 2005 [jim]: Added patch to fix issue with shadow and lastlog.</para></listitem>
     85
    8386<listitem><para>March 19, 2005 [jim]: Added patch to fix issue with tar -S</para></listitem>
    8487
  • chapter03/patches.xml

    rfa85c5e r1ef7d44  
    122122
    123123<varlistentry>
     124<term>Shadow Lastlog Fix Patch - 1 KB:</term>
     125<listitem>
     126<para><ulink url="&patches-root;shadow-&shadow-version;-fix_lastlog-1.patch"/></para>
     127</listitem>
     128</varlistentry>
     129
     130<varlistentry>
    124131<term>Tar Sparse Fix Patch - 1 KB:</term>
    125132<listitem>
  • chapter06/shadow.xml

    rfa85c5e r1ef7d44  
    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>
  • general.ent

    rfa85c5e r1ef7d44  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20050319">
    3 <!ENTITY releasedate "March 19, 2005">
     2<!ENTITY version "SVN-20050321">
     3<!ENTITY releasedate "March 21, 2005">
    44<!ENTITY milestone "6.1">
    55
Note: See TracChangeset for help on using the changeset viewer.