]> andersk Git - openssh.git/commitdiff
[contrib/cygwin/ssh-host-config] double slash corrction
authortim <tim>
Fri, 5 Jul 2002 23:22:32 +0000 (23:22 +0000)
committertim <tim>
Fri, 5 Jul 2002 23:22:32 +0000 (23:22 +0000)
from vinschen@redhat.com

ChangeLog
contrib/cygwin/ssh-host-config

index 442cfd5d4bf899a5099cfdc40dccae57632a6e04..1241171f223ca4b73b6f4746987841888fbacd49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 20020705
  - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
    Reported by Darren Tucker <dtucker@zip.com.au>
+ - (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
index df8341c8509886bd4b8bcfeb22b3723c79c363ef..c263d60ff5750587d7f12d740627415b55d5149d 100644 (file)
@@ -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
This page took 0.195271 seconds and 5 git commands to generate.