mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
[contrib/cygwin/ssh-host-config] double slash corrction
from vinschen@redhat.com
This commit is contained in:
parent
e958ed3624
commit
b66e292912
@ -1,6 +1,8 @@
|
|||||||
20020705
|
20020705
|
||||||
- (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
|
- (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
|
||||||
Reported by Darren Tucker <dtucker@zip.com.au>
|
Reported by Darren Tucker <dtucker@zip.com.au>
|
||||||
|
- (tim) [contrib/cygwin/ssh-host-config] double slash corrction
|
||||||
|
from vinschen@redhat.com
|
||||||
|
|
||||||
20020704
|
20020704
|
||||||
- (bal) Limit data to TTY for AIX only (Newer versions can't handle the
|
- (bal) Limit data to TTY for AIX only (Newer versions can't handle the
|
||||||
@ -1278,4 +1280,4 @@
|
|||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2336 2002/07/05 14:12:33 tim Exp $
|
$Id: ChangeLog,v 1.2337 2002/07/05 23:22:32 tim Exp $
|
||||||
|
@ -568,7 +568,7 @@ then
|
|||||||
[ -z "${_cygwin}" ] && _cygwin="binmode ntsec tty"
|
[ -z "${_cygwin}" ] && _cygwin="binmode ntsec tty"
|
||||||
if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}"
|
if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}"
|
||||||
then
|
then
|
||||||
chown system /${SYSCONFDIR}/ssh*
|
chown system ${SYSCONFDIR}/ssh*
|
||||||
echo
|
echo
|
||||||
echo "The service has been installed under LocalSystem account."
|
echo "The service has been installed under LocalSystem account."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user