From b66e292912933f1de8e5ca22df705e5d5dae6b00 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Fri, 5 Jul 2002 16:22:32 -0700 Subject: [contrib/cygwin/ssh-host-config] double slash corrction from vinschen@redhat.com --- ChangeLog | 4 +++- contrib/cygwin/ssh-host-config | 2 +- 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 @@ 20020705 - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs. Reported by Darren Tucker + - (tim) [contrib/cygwin/ssh-host-config] double slash corrction + from vinschen@redhat.com 20020704 - (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 - (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 $ 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 [ -z "${_cygwin}" ] && _cygwin="binmode ntsec tty" if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}" then - chown system /${SYSCONFDIR}/ssh* + chown system ${SYSCONFDIR}/ssh* echo echo "The service has been installed under LocalSystem account." fi -- cgit v1.2.3