summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--contrib/cygwin/ssh-host-config2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 964abb810..3ecfb8bf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
120020705 120020705
2 - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs. 2 - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
3 Reported by Darren Tucker <dtucker@zip.com.au> 3 Reported by Darren Tucker <dtucker@zip.com.au>
4 - (tim) [contrib/cygwin/ssh-host-config] double slash corrction
5 from vinschen@redhat.com
4 6
520020704 720020704
6 - (bal) Limit data to TTY for AIX only (Newer versions can't handle the 8 - (bal) Limit data to TTY for AIX only (Newer versions can't handle the
@@ -1278,4 +1280,4 @@
1278 - (stevesk) entropy.c: typo in debug message 1280 - (stevesk) entropy.c: typo in debug message
1279 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1281 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1280 1282
1281$Id: ChangeLog,v 1.2336 2002/07/05 14:12:33 tim Exp $ 1283$Id: ChangeLog,v 1.2337 2002/07/05 23:22:32 tim Exp $
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config
index df8341c85..c263d60ff 100644
--- a/contrib/cygwin/ssh-host-config
+++ b/contrib/cygwin/ssh-host-config
@@ -568,7 +568,7 @@ then
568 [ -z "${_cygwin}" ] && _cygwin="binmode ntsec tty" 568 [ -z "${_cygwin}" ] && _cygwin="binmode ntsec tty"
569 if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}" 569 if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}"
570 then 570 then
571 chown system /${SYSCONFDIR}/ssh* 571 chown system ${SYSCONFDIR}/ssh*
572 echo 572 echo
573 echo "The service has been installed under LocalSystem account." 573 echo "The service has been installed under LocalSystem account."
574 fi 574 fi