From 0c85fe8da5255d272a92b654334c56e65e289d6f Mon Sep 17 00:00:00 2001 From: nanbor Date: Fri, 14 May 1999 02:13:52 +0000 Subject: Removed paths information from DLL's. ACE should figure them out automatically. --- netsvcs/clients/Naming/Client/svc.conf | 4 ++-- netsvcs/clients/Naming/Client/svc2.conf | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'netsvcs/clients') diff --git a/netsvcs/clients/Naming/Client/svc.conf b/netsvcs/clients/Naming/Client/svc.conf index c32cc776de6..12a12ccc390 100644 --- a/netsvcs/clients/Naming/Client/svc.conf +++ b/netsvcs/clients/Naming/Client/svc.conf @@ -1,7 +1,7 @@ # Note that $DB and $PORT are environment variables that are # automatically interpreted and substituted by ACE! # static ACE_Naming_Context "main -p $PORT -h tango" -dynamic ACE_Naming_Context Service_Object * libACE.so:_make_ACE_Naming_Context () "main -p $PORT -h tango" -dynamic Name_Server_test Service_Object * ./Client_Test:_make_Client_Test () +dynamic ACE_Naming_Context Service_Object * ACE:_make_ACE_Naming_Context () "main -p $PORT -h tango" +dynamic Name_Server_test Service_Object * Client_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/clients/Naming/Client/svc2.conf b/netsvcs/clients/Naming/Client/svc2.conf index 41075e1bf29..44a276a4a44 100644 --- a/netsvcs/clients/Naming/Client/svc2.conf +++ b/netsvcs/clients/Naming/Client/svc2.conf @@ -1,9 +1,9 @@ -# Note that $DB and $PORT are environment variables that are -# automatically interpreted and substituted by ACE! In addition, note +# Note that $DB and $PORT are environment variables that are +# automatically interpreted and substituted by ACE! In addition, note # how you can give a relative name for the libACE_svcs.so and ACE will # locate this for you automatically by reading your LD search path! -dynamic ACE_Naming_Context Service_Object * libACE.so:_make_ACE_Naming_Context () "main -s $DB" -dynamic ACE_Naming_Context2 Service_Object * libACE.so:_make_ACE_Naming_Context () "main -s $DB" -dynamic Name_Server_test Service_Object * .shobj/Client_Test.so:_make_Client_Test () +dynamic ACE_Naming_Context Service_Object * ACE:_make_ACE_Naming_Context () "main -s $DB" +dynamic ACE_Naming_Context2 Service_Object * ACE:_make_ACE_Naming_Context () "main -s $DB" +dynamic Name_Server_test Service_Object * Client_Test:_make_Client_Test () # Note: Client_Test must come after ACE_Naming_Context since it relies # on the ACE_Naming_Context having been dynamically linked. -- cgit v1.2.1