- (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
This commit is contained in:
parent
b405d6108b
commit
c29de955f4
|
@ -1,6 +1,7 @@
|
|||
20000612
|
||||
- (djm) Glob manpages in RPM spec files to catch compressed files
|
||||
- (djm) Full license in auth-pam.c
|
||||
- (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
|
||||
|
||||
20000610
|
||||
- (djm) Minor doc tweaks
|
||||
|
|
|
@ -1003,7 +1003,7 @@ AC_TRY_COMPILE([
|
|||
if test -z "$conf_lastlog_location"; then
|
||||
if test x"$system_lastlog_path" = x"no" ; then
|
||||
for f in /var/log/lastlog /usr/adm/lastlog /var/adm/lastlog /etc/security/lastlog ; do
|
||||
if test -d "$f" -o -e "$f" ; then
|
||||
if test -d "$f" -o -f "$f" ; then
|
||||
conf_lastlog_location=$f
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue