diff --git a/ChangeLog b/ChangeLog index 692a0ea99..ea454f5e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +20000126 + - Released 1.2.2 stable + + - NeXT keeps it lastlog in /usr/adm. Report from + mouring@newton.pconline.com + 20000125 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas diff --git a/configure.in b/configure.in index 615a8dac3..6423b62e2 100644 --- a/configure.in +++ b/configure.in @@ -487,7 +487,7 @@ AC_ARG_WITH(lastlog, ], [ AC_MSG_CHECKING([location of lastlog file]) - for lastlog in /var/log/lastlog /var/adm/lastlog /etc/security/lastlog ; do + for lastlog in /var/log/lastlog /var/adm/lastlog /usr/adm/lastlog /etc/security/lastlog ; do if test -f $lastlog ; then gotlastlog="file" break