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>2003-11-20 22:34:00 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-11-20 22:34:00 +0300
commit94cacaf60b1aacb95fbdde78fe9e62bfd4b63871 (patch)
treedb41010707700ed96bc6015216ba9b2ac65b6279 /winsup/cygserver
parentd012506e3c078e5972e2d5ba8add97facda58e53 (diff)
* cygserver-config: Slightly modify printed message.
Diffstat (limited to 'winsup/cygserver')
-rw-r--r--winsup/cygserver/ChangeLog4
-rwxr-xr-xwinsup/cygserver/cygserver-config5
2 files changed, 5 insertions, 4 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index b3f11c061..2fac321d5 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,5 +1,9 @@
2003-11-20 Corinna Vinschen <corinna@vinschen.de>
+ * cygserver-config: Slightly modify printed message.
+
+2003-11-20 Corinna Vinschen <corinna@vinschen.de>
+
* Makefile.in (install): Install cygserver-config script to bindir.
* cygserver-config: New script.
diff --git a/winsup/cygserver/cygserver-config b/winsup/cygserver/cygserver-config
index 9a93306b4..54440c3e9 100755
--- a/winsup/cygserver/cygserver-config
+++ b/winsup/cygserver/cygserver-config
@@ -202,11 +202,8 @@ 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 "You can do this in the Windows system environment or in the local"
-echo "shell profiles like this:"
echo
-echo " export CYGWIN=server in sh/bash/ksh/zsh or"
-echo " setenv CYGWIN server in tcsh."
+echo "It is advisable to add this setting to the Windows system environment."
echo
echo "Basic Cygserver configuration finished. Have fun!"
echo