[CYGWIN PATCH] [was Re: PLEASE TEST snapshots]

Corinna Vinschen vinschen at redhat.com
Fri Apr 12 17:58:35 EST 2002


On Fri, Apr 05, 2002 at 12:16:15PM +0200, Markus Friedl wrote:
> If you are running the portable OpenSSH release then please
> test the nightly snapshots from
> 	http://www.openssh.com/portable.html

Hi,

somebody found a small flaw in the contrib/cygwin/ssh-host-config
script.  Could anybody apply this small patch:

Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v
retrieving revision 1.4
diff -u -p -r1.4 ssh-host-config
--- contrib/cygwin/ssh-host-config	11 Nov 2001 23:36:21 -0000	1.4
+++ contrib/cygwin/ssh-host-config	12 Apr 2002 07:52:59 -0000
@@ -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


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com



More information about the openssh-unix-dev mailing list