diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | contrib/cygwin/ssh-host-config | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -2,6 +2,8 @@ | |||
2 | - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams | 2 | - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams |
3 | - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L | 3 | - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L |
4 | to -h on testing for /bin being symbolic link | 4 | to -h on testing for /bin being symbolic link |
5 | - (bal) Mistaken in Cygwin scripts for ssh starting. Patch by | ||
6 | Corinna Vinschen <vinschen@redhat.com> | ||
5 | 7 | ||
6 | 20020411 | 8 | 20020411 |
7 | - (stevesk) [auth-sia.c] cleanup | 9 | - (stevesk) [auth-sia.c] cleanup |
@@ -8227,4 +8229,4 @@ | |||
8227 | - Wrote replacements for strlcpy and mkdtemp | 8229 | - Wrote replacements for strlcpy and mkdtemp |
8228 | - Released 1.0pre1 | 8230 | - Released 1.0pre1 |
8229 | 8231 | ||
8230 | $Id: ChangeLog,v 1.2048 2002/04/12 17:26:21 tim Exp $ | 8232 | $Id: ChangeLog,v 1.2049 2002/04/12 17:44:13 mouring Exp $ |
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config index bfeee7fca..da6011267 100644 --- a/contrib/cygwin/ssh-host-config +++ b/contrib/cygwin/ssh-host-config | |||
@@ -434,9 +434,9 @@ then | |||
434 | then | 434 | then |
435 | if [ "${with_comment}" -eq 0 ] | 435 | if [ "${with_comment}" -eq 0 ] |
436 | then | 436 | then |
437 | echo 'ssh stream tcp nowait root /usr/sbin/sshd -i' >> "${_inetcnf}" | 437 | echo 'ssh stream tcp nowait root /usr/sbin/sshd sshd -i' >> "${_inetcnf}" |
438 | else | 438 | else |
439 | echo '# ssh stream tcp nowait root /usr/sbin/sshd -i' >> "${_inetcnf}" | 439 | echo '# ssh stream tcp nowait root /usr/sbin/sshd sshd -i' >> "${_inetcnf}" |
440 | fi | 440 | fi |
441 | echo "Added ssh to ${_inetcnf}" | 441 | echo "Added ssh to ${_inetcnf}" |
442 | fi | 442 | fi |