- NeXT keeps it lastlog in /usr/adm. Report from
mouring@newton.pconline.com
This commit is contained in:
parent
3aa0fa4c7a
commit
27f4c78698
|
@ -1,3 +1,9 @@
|
||||||
|
20000126
|
||||||
|
- Released 1.2.2 stable
|
||||||
|
|
||||||
|
- NeXT keeps it lastlog in /usr/adm. Report from
|
||||||
|
mouring@newton.pconline.com
|
||||||
|
|
||||||
20000125
|
20000125
|
||||||
- Fix NULL pointer dereference in login.c. Fix from Andre Lucas
|
- Fix NULL pointer dereference in login.c. Fix from Andre Lucas
|
||||||
<andre.lucas@dial.pipex.com>
|
<andre.lucas@dial.pipex.com>
|
||||||
|
|
|
@ -487,7 +487,7 @@ AC_ARG_WITH(lastlog,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
AC_MSG_CHECKING([location of lastlog file])
|
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
|
if test -f $lastlog ; then
|
||||||
gotlastlog="file"
|
gotlastlog="file"
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue