summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-04-12 17:44:13 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-04-12 17:44:13 +0000
commitc42f7cfd164509bca95ffd26c458f1b4b33d931d (patch)
tree924ec87e671f541c54620d78f87f63d08e80c17f
parentae49fe64ca7fe592f3c1cc6b5647c9cc60a4b49c (diff)
- (bal) Mistaken in Cygwin scripts for ssh starting. Patch by
Corinna Vinschen <vinschen@redhat.com>
-rw-r--r--ChangeLog4
-rw-r--r--contrib/cygwin/ssh-host-config4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 17f54b37..327e9141 100644
--- 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
@@ -8227,4 +8229,4 @@
- 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 $
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config
index bfeee7fc..da601126 100644
--- a/contrib/cygwin/ssh-host-config
+++ b/contrib/cygwin/ssh-host-config
@@ -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