summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-26 09:39:26 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-26 09:39:26 +0000
commitbd6ddc52daef2a49e8cc7fc210236d6f75917fff (patch)
tree181a2e9edcb2dd8c227a19ab56ec067f7933d675 /netsvcs
parent7b844f59e70f35915cca9bddbb0691e10221e468 (diff)
downloadATCD-bd6ddc52daef2a49e8cc7fc210236d6f75917fff.tar.gz
eee
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/clients/Naming/Client/svc.conf2
-rw-r--r--netsvcs/servers/cli.conf4
-rw-r--r--netsvcs/servers/svc.conf24
3 files changed, 16 insertions, 14 deletions
diff --git a/netsvcs/clients/Naming/Client/svc.conf b/netsvcs/clients/Naming/Client/svc.conf
index 7625547e8d8..45831c1aae6 100644
--- a/netsvcs/clients/Naming/Client/svc.conf
+++ b/netsvcs/clients/Naming/Client/svc.conf
@@ -1,6 +1,6 @@
# Note that $DB and $PORT are environment variables that are
# automatically interpreted and substituted by ACE!
static ACE_Naming_Context "main -s $DB -p $PORT -h tango"
-dynamic Name_Server_test Service_Object * ./libClient_Test.so:_make_Client_Test ()
+dynamic Name_Server_test Service_Object * ./libClient_Test:_make_Client_Test ()
# Note: Client_Test must come after ACE_Naming_Context since it relies
# on the ACE_Naming_Context having been linked...
diff --git a/netsvcs/servers/cli.conf b/netsvcs/servers/cli.conf
index 875e445f813..b2d8fbc8194 100644
--- a/netsvcs/servers/cli.conf
+++ b/netsvcs/servers/cli.conf
@@ -1,11 +1,11 @@
# UNIX version
#
# These are the services that can be linked into ACE.
-# Note that you can replace the hardcoded "../lib/libnet_svcs.so" with
+# Note that you can replace the hardcoded "../lib/libnet_svcs" 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.
# Activate the Client Logging Daemon.
-dynamic Client_Logging_Service Service_Object * ../lib/libnet_svcs.so:_make_ACE_Client_Logging_Connector() active "-p 20009 -h merengue"
+dynamic Client_Logging_Service Service_Object * ../lib/libnet_svcs:_make_ACE_Client_Logging_Connector() active "-p 20009 -h merengue"
diff --git a/netsvcs/servers/svc.conf b/netsvcs/servers/svc.conf
index 8fdb837b6aa..f8634065b13 100644
--- a/netsvcs/servers/svc.conf
+++ b/netsvcs/servers/svc.conf
@@ -1,15 +1,17 @@
# These are the services that can be linked into ACE.
-# Note that you can replace the hardcoded "../lib/libnet_svcs.so" with
+# Note that you can replace the hardcoded "../lib/libnet_svcs" 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.
+# locate this for you automatically by reading your LD search path.
+# Moreover, ACE will automatically insert the correct suffix (e.g.,
+# ".dll", ".so", etc.). In addition, you can replace the hardcoded
+# "-p 20xxx" with "-p $PORTxxx" if you set your environment variables
+# correctly.
-dynamic Logger Service_Object * ../lib/libnet_svcs.so:_make_ACE_Logger() "-s foobar -f STDERR|OSTREAM"
-dynamic Time_Service Service_Object * ../lib/libnet_svcs.so:_make_ACE_TS_Server_Acceptor() "-p 10222"
-dynamic Name_Server Service_Object * ../lib/libnet_svcs.so:_make_ACE_Name_Acceptor() "-p 10012"
-dynamic Token_Service Service_Object * ../lib/libnet_svcs.so:_make_ACE_Token_Acceptor() "-p 10202"
-dynamic Server_Logging_Service Service_Object * ../lib/libnet_svcs.so:_make_ACE_Server_Logging_Acceptor() active "-p 10009"
-dynamic Thr_Server_Logging_Service Service_Object * ../lib/libnet_svcs.so:_make_ACE_Thr_Server_Logging_Acceptor() active "-p 10020"
-dynamic Client_Logging_Service Service_Object * ../lib/libnet_svcs.so:_make_ACE_Client_Logging_Connector() active "-p 10009"
+dynamic Logger Service_Object * ../lib/libnet_svcs:_make_ACE_Logger() "-s foobar -f STDERR|OSTREAM"
+dynamic Time_Service Service_Object * ../lib/libnet_svcs:_make_ACE_TS_Server_Acceptor() "-p 10222"
+dynamic Name_Server Service_Object * ../lib/libnet_svcs:_make_ACE_Name_Acceptor() "-p 10012"
+dynamic Token_Service Service_Object * ../lib/libnet_svcs:_make_ACE_Token_Acceptor() "-p 10202"
+dynamic Server_Logging_Service Service_Object * ../lib/libnet_svcs:_make_ACE_Server_Logging_Acceptor() active "-p 10009"
+dynamic Thr_Server_Logging_Service Service_Object * ../lib/libnet_svcs:_make_ACE_Thr_Server_Logging_Acceptor() active "-p 10020"
+dynamic Client_Logging_Service Service_Object * ../lib/libnet_svcs:_make_ACE_Client_Logging_Connector() active "-p 10009"