diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-20 11:54:16 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-20 11:54:16 +0000 |
commit | 576cc648d306b02c880ae46efad365939cda71db (patch) | |
tree | b8fd5b8053f19fa75abff89c8b8af95d310de462 /winsup/cygserver/cygserver-config | |
parent | 360dc06fdb022a7e5857bdce3175360a61fb4ada (diff) | |
download | cygnal-576cc648d306b02c880ae46efad365939cda71db.tar.gz cygnal-576cc648d306b02c880ae46efad365939cda71db.tar.bz2 cygnal-576cc648d306b02c880ae46efad365939cda71db.zip |
* cygserver-config: Remove misleading text describing the
"CYGWIN=server" setting for the client.
Diffstat (limited to 'winsup/cygserver/cygserver-config')
-rwxr-xr-x | winsup/cygserver/cygserver-config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/winsup/cygserver/cygserver-config b/winsup/cygserver/cygserver-config index 54440c3e9..f9515e71e 100755 --- a/winsup/cygserver/cygserver-config +++ b/winsup/cygserver/cygserver-config @@ -198,12 +198,5 @@ echo "Further configuration options are available by editing the configuration" echo "file ${SYSCONFDIR}/cygserver.conf. Please read the inline information in that" echo "file carefully. The best option for the start is to just leave it alone." echo -echo "Please keep in mind, that a client application which wants to use" -echo "the services provided by cygserver *must* have the environment variable" -echo "CYGWIN set so that it contains the word \"server\". So, if you don't" -echo "need any other special CYGWIN setting, just set it to \"server\"". -echo -echo "It is advisable to add this setting to the Windows system environment." -echo echo "Basic Cygserver configuration finished. Have fun!" echo |