Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-03-27 13:17:48 +0300
committerCorinna Vinschen <corinna@vinschen.de>2009-03-27 13:17:48 +0300
commitd6e045e61417e0284b0ba4f9b75d5538980c4275 (patch)
tree05c4068b5b2c41fe248271188dd61e201c12d040 /winsup/cygserver
parent12ddd5e5b737d2ea0c8e5d8110371f5f507b20e9 (diff)
* README: Remove "How to use" section, as CYGWIN="server" is
no longer required.
Diffstat (limited to 'winsup/cygserver')
-rw-r--r--winsup/cygserver/ChangeLog5
-rw-r--r--winsup/cygserver/README32
2 files changed, 5 insertions, 32 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index 25219f53e..a83a0caaa 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-26 Yaakov Selkowitz <yselkowitz@cygwin.com>
+
+ * README: Remove "How to use" section, as CYGWIN="server" is
+ no longer required.
+
2009-03-20 Corinna Vinschen <corinna@vinschen.de>
* cygserver-config: Remove misleading text describing the
diff --git a/winsup/cygserver/README b/winsup/cygserver/README
index 01365506f..b667cb08a 100644
--- a/winsup/cygserver/README
+++ b/winsup/cygserver/README
@@ -159,38 +159,6 @@ How to start Cygserver:
/usr/bin/cygserver-config script.
-How to use the Cygserver services:
-
- The Cygserver services are used by Cygwin applications only if you
- set the environment variable CYGWIN to contain the string "server".
- You must do this before starting the application.
-
- Typically, you don't need any other option, so it's ok to set CYGWIN
- just to "server". It is not necessary to set the CYGWIN environment
- variable prior to starting the Cygserver process itself, but it won't
- hurt to do so.
-
- The easiest way is to set the environment variable CYGWIN to the values
- you want in the Windows system environment and to reboot the machine.
- This is advisable, since it allows you to set the variable once and
- then forget about it. It also ensures that services as well as desktop
- applications have the same setting.
-
- If you don't want that for whatever reason, you can set the
- variable in the /cygwin.bat file which is used in the net distribution,
- to start a Cygwin bash from the desktop. In that file, you can set
- the CYGWIN variable using Windows command line interpreter syntax, e. g.:
-
- set CYGWIN=server
-
- If you don't set CYGWIN in the system environment, but you're running
- other Cygwin services, these services need to get that CYGWIN value by
- setting the environment using the appropriate cygrunsrv option '-e' when
- installing the service. Example installing a service 'foo':
-
- cygrunsrv -I foo -p /usr/sbin/foo -e "CYGWIN=server"
-
-
The Cygserver configuration file:
Cygserver has many options, which allow to customize the server