]> andersk Git - gssapi-openssh.git/blobdiff - openssh/contrib/cygwin/README
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / contrib / cygwin / README
index 60d3916915f6682d84997a5b9f98ed41e2084720..dfe17867927512cdc340baba7716c86a970ffd2f 100644 (file)
@@ -1,13 +1,5 @@
 This package is the actual port of OpenSSH to Cygwin 1.3.
 
-===========================================================================
-Important change since 3.0.1p1-2:
-
-This version introduces the ability to register sshd as service on
-Windows 9x/Me systems.  This is done only when the options -D and/or
--d are not given.
-===========================================================================
-
 ===========================================================================
 Important change since 2.9p2:
 
@@ -83,12 +75,12 @@ If you start sshd as deamon via cygrunsrv.exe you MUST give the
 If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the
 following line to your inetd.conf file:
 
-ssh stream tcp nowait root /usr/sbin/in.sshd sshd -i
+sshd stream tcp nowait root /usr/sbin/in.sshd sshd -i
 
 Moreover you'll have to add the following line to your
 ${SYSTEMROOT}/system32/drivers/etc/services file:
 
-   ssh         22/tcp          #SSH daemon
+   sshd         22/tcp          #SSH daemon
 
 ===========================================================================
 The following restrictions only apply to Cygwin versions up to 1.3.1
@@ -170,10 +162,12 @@ configure are used for the Cygwin binary distribution:
 
        --prefix=/usr \
        --sysconfdir=/etc \
-       --libexecdir='${exec_prefix}/sbin'
+       --libexecdir='${exec_prefix}/sbin \
+       --with-pcre
 
 You must have installed the zlib, openssl and regex packages to
-be able to build OpenSSH!
+be able to build OpenSSH! The `--with-pcre' option requires
+the installation of the pcre package.
 
 Please send requests, error reports etc. to cygwin@cygwin.com.
 
This page took 0.027911 seconds and 4 git commands to generate.