]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (bal) Mistaken in Cygwin scripts for ssh starting. Patch by
authorBen Lindstrom <mouring@eviladmin.org>
Fri, 12 Apr 2002 17:44:13 +0000 (17:44 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Fri, 12 Apr 2002 17:44:13 +0000 (17:44 +0000)
   Corinna Vinschen <vinschen@redhat.com>

ChangeLog
contrib/cygwin/ssh-host-config

index 17f54b37975e6c4526edb63379bb0acf4895a773..327e9141ab0008d512f43aebbc100171e0dbdcd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
  - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
  - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
    to -h on testing for /bin being symbolic link
+ - (bal) Mistaken in Cygwin scripts for ssh starting.  Patch by
+   Corinna Vinschen <vinschen@redhat.com> 
 
 20020411
  - (stevesk) [auth-sia.c] cleanup
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.2048 2002/04/12 17:26:21 tim Exp $
+$Id: ChangeLog,v 1.2049 2002/04/12 17:44:13 mouring Exp $
index bfeee7fca8b55fcde2b3be1875f72b59be13026a..da60112678d0920fe761ebb6f41e8bebfaadd4e9 100644 (file)
@@ -434,9 +434,9 @@ then
   then
     if [ "${with_comment}" -eq 0 ]
     then
-      echo 'ssh  stream  tcp     nowait  root    /usr/sbin/sshd -i' >> "${_inetcnf}"
+      echo 'ssh  stream  tcp     nowait  root    /usr/sbin/sshd sshd -i' >> "${_inetcnf}"
     else
-      echo '# ssh  stream  tcp     nowait  root    /usr/sbin/sshd -i' >> "${_inetcnf}"
+      echo '# ssh  stream  tcp     nowait  root    /usr/sbin/sshd sshd -i' >> "${_inetcnf}"
     fi
     echo "Added ssh to ${_inetcnf}"
   fi