mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 22:35:39 +02:00
- (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
|
20000612
|
||||||
- (djm) Glob manpages in RPM spec files to catch compressed files
|
- (djm) Glob manpages in RPM spec files to catch compressed files
|
||||||
- (djm) Full license in auth-pam.c
|
- (djm) Full license in auth-pam.c
|
||||||
|
- (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
|
||||||
|
|
||||||
20000610
|
20000610
|
||||||
- (djm) Minor doc tweaks
|
- (djm) Minor doc tweaks
|
||||||
|
@ -1003,7 +1003,7 @@ AC_TRY_COMPILE([
|
|||||||
if test -z "$conf_lastlog_location"; then
|
if test -z "$conf_lastlog_location"; then
|
||||||
if test x"$system_lastlog_path" = x"no" ; 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
|
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
|
conf_lastlog_location=$f
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user