diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cygwin/README | 14 |
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 @@ | |||
1 | This package is the actual port of OpenSSH to Cygwin 1.3. | 1 | This package is the actual port of OpenSSH to Cygwin 1.3. |
2 | 2 | ||
3 | =========================================================================== | 3 | =========================================================================== |
4 | Important change since 3.0.1p1-2: | ||
5 | |||
6 | This version introduces the ability to register sshd as service on | ||
7 | Windows 9x/Me systems. This is done only when the options -D and/or | ||
8 | -d are not given. | ||
9 | =========================================================================== | ||
10 | |||
11 | =========================================================================== | ||
4 | Important change since 2.9p2: | 12 | Important change since 2.9p2: |
5 | 13 | ||
6 | Since Cygwin is able to switch user context without password beginning | 14 | Since 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 | ||
168 | You must have installed the zlib, openssl and regex packages to | 175 | You must have installed the zlib, openssl and regex packages to |
169 | be able to build OpenSSH! The `--with-pcre' option requires | 176 | be able to build OpenSSH! |
170 | the installation of the pcre package. | ||
171 | 177 | ||
172 | Please send requests, error reports etc. to cygwin@cygwin.com. | 178 | Please send requests, error reports etc. to cygwin@cygwin.com. |
173 | 179 | ||