summaryrefslogtreecommitdiff
path: root/contrib/cygwin/README
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-11-26 17:19:43 -0800
committerTim Rice <tim@multitalents.net>2001-11-26 17:19:43 -0800
commitfe1d100ffdf3595f3aaddc02efbf0b49a265d90c (patch)
treeb2657508f6c2bec9b1912d6dc8d881895572db37 /contrib/cygwin/README
parentf7c6f95682684856db063d104be88a6e3b22a828 (diff)
[contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c] Allow SSHD to install as service under WIndows 9x/Me [configure.ac] Fix to allow linking against PCRE on Cygwin Patches by Corinna Vinschen <vinschen@redhat.com>
Diffstat (limited to 'contrib/cygwin/README')
-rw-r--r--contrib/cygwin/README14
1 files changed, 10 insertions, 4 deletions
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index dfe178679..7f7f9a33c 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -1,6 +1,14 @@
1This package is the actual port of OpenSSH to Cygwin 1.3. 1This package is the actual port of OpenSSH to Cygwin 1.3.
2 2
3=========================================================================== 3===========================================================================
4Important change since 3.0.1p1-2:
5
6This version introduces the ability to register sshd as service on
7Windows 9x/Me systems. This is done only when the options -D and/or
8-d are not given.
9===========================================================================
10
11===========================================================================
4Important change since 2.9p2: 12Important change since 2.9p2:
5 13
6Since Cygwin is able to switch user context without password beginning 14Since Cygwin is able to switch user context without password beginning
@@ -162,12 +170,10 @@ configure are used for the Cygwin binary distribution:
162 170
163 --prefix=/usr \ 171 --prefix=/usr \
164 --sysconfdir=/etc \ 172 --sysconfdir=/etc \
165 --libexecdir='${exec_prefix}/sbin \ 173 --libexecdir='${exec_prefix}/sbin'
166 --with-pcre
167 174
168You must have installed the zlib, openssl and regex packages to 175You must have installed the zlib, openssl and regex packages to
169be able to build OpenSSH! The `--with-pcre' option requires 176be able to build OpenSSH!
170the installation of the pcre package.
171 177
172Please send requests, error reports etc. to cygwin@cygwin.com. 178Please send requests, error reports etc. to cygwin@cygwin.com.
173 179