- (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
diff --git a/ChangeLog b/ChangeLog
index 386d16e..0b530a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
    - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
      [servconf.c]
      remove "\n" from fatal()
+ - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
 
 20010503
  - OpenBSD CVS Sync
@@ -5320,4 +5321,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1193 2001/05/03 22:39:11 mouring Exp $
+$Id: ChangeLog,v 1.1194 2001/05/03 22:45:21 mouring Exp $
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 798e5d6..f9d0394 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -57,6 +57,13 @@
 (results in very slow deamon startup!) or from the command line (recommended
 on 9X/ME).
 
+If you start sshd as deamon via SRVANY.EXE you will see two
+sshd processes in the process list unless you give the "-D"
+option to sshd. That will avoid that sshd detaches from the
+controlling terminal and it will remain under process control
+of SRVANY.EXE. That allows easy killing of the service by
+using the `net stop <servicename>' command.
+
 If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the
 following line to your inetd.conf file: