summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-17 23:24:40 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-17 23:24:40 +0000
commit7087cd72db309fd28968d23d571c5190bf902da7 (patch)
treefc59fab26589b7e395d44ba7a86d21c7466b9dc3
parent802f003b7b96512691e108e9c1e6a95980da6dae (diff)
downloadATCD-7087cd72db309fd28968d23d571c5190bf902da7.tar.gz
.
-rw-r--r--tests/UNIXserver.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/UNIXserver.conf b/tests/UNIXserver.conf
index 7168d93ead8..4cb156ebcf6 100644
--- a/tests/UNIXserver.conf
+++ b/tests/UNIXserver.conf
@@ -1,9 +1,6 @@
# These are the services that can be linked into ACE.
-# Note that you can replace the hardcoded "../lib/libnetsvcs.so" with
-# a relative path if you set your LD search path correctly -- ACE will
-# locate this for you automatically by reading your LD search path!
-# In addition, you can replace the hardcoded "-p 20xxx" with "-p
-# $PORTxxx" if you set your environment variables correctly.
+# You can replace the hardcoded "-p xxxxx" with "-p
+# $PORT" if you set your PORT environment variable.
dynamic Logging_Strategy Service_Object * netsvcs:_make_ACE_Logging_Strategy() "-s log/Time_Service_Test_Server.log -f OSTREAM"
dynamic Time_Service Service_Object * netsvcs:_make_ACE_TS_Server_Acceptor() "-p 10222"