mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02:00
- (stevesk) Display correct path to ssh-askpass in configure output.
Report from Lutz Jaenicke.
This commit is contained in:
parent
c368a3c939
commit
e0f49143d3
@ -85,6 +85,8 @@
|
||||
- (stevesk) rijndael.c: cleanup missing declaration warnings.
|
||||
- (stevesk) ~/.hushlogin shouldn't cause required password change to
|
||||
be bypassed.
|
||||
- (stevesk) Display correct path to ssh-askpass in configure output.
|
||||
Report from Lutz Jaenicke.
|
||||
|
||||
20001007
|
||||
- (stevesk) Print PAM return value in PAM log messages to aid
|
||||
|
@ -1522,7 +1522,7 @@ A=`eval echo ${prefix}` ; A=`eval echo ${A}`
|
||||
B=`eval echo ${bindir}` ; B=`eval echo ${B}`
|
||||
C=`eval echo ${sbindir}` ; C=`eval echo ${C}`
|
||||
D=`eval echo ${sysconfdir}` ; D=`eval echo ${D}`
|
||||
E=`eval echo ${libexecdir}/ssh/ssh-askpass` ; E=`eval echo ${E}`
|
||||
E=`eval echo ${libexecdir}/ssh-askpass` ; E=`eval echo ${E}`
|
||||
F=`eval echo ${mandir}/${mansubdir}X` ; F=`eval echo ${F}`
|
||||
G=`eval echo ${piddir}` ; G=`eval echo ${G}`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user