diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2008-03-04 13:56:48 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2008-03-04 13:56:48 +0000 |
commit | dab6095386e31ea8302e88bb53b4735c6304e8c5 (patch) | |
tree | 1816ef391e42a07929304908ac0e21f4c2f6cb7b /ACE/netsvcs/servers/svc.conf | |
parent | 10ba54018c6ad1e7c316595158b998f55f0abcf8 (diff) | |
download | ATCD-dab6095386e31ea8302e88bb53b4735c6304e8c5.tar.gz |
swap in externals for ACE and TAO
Diffstat (limited to 'ACE/netsvcs/servers/svc.conf')
-rw-r--r-- | ACE/netsvcs/servers/svc.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ACE/netsvcs/servers/svc.conf b/ACE/netsvcs/servers/svc.conf deleted file mode 100644 index 94462ea04b0..00000000000 --- a/ACE/netsvcs/servers/svc.conf +++ /dev/null @@ -1,18 +0,0 @@ -# These are the services that can be linked into ACE. -# Note that you can append the "netsvcs" with -# a relative path if you idn't set your LD search path correctly -- - -# ACE will 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 * ACE:_make_ACE_Logging_Strategy() "-w -s foobar -f STDERR|OSTREAM|VERBOSE" -dynamic Time_Service Service_Object * netsvcs:_make_ACE_TS_Server_Acceptor() "-p 20222" -dynamic Name_Server Service_Object * netsvcs:_make_ACE_Name_Acceptor() "-p 20006" -# This service is disabled by default -- only enable it ACE is compiled with ACE_HAS_TOKENS_LIBRARY. -# dynamic Token_Service Service_Object * netsvcs:_make_ACE_Token_Acceptor() "-p 20202" -dynamic Server_Logging_Service Service_Object * netsvcs:_make_ACE_Server_Logging_Acceptor() active "-p 20009" -dynamic Thr_Server_Logging_Service Service_Object * netsvcs:_make_ACE_Thr_Server_Logging_Acceptor() active "-p 20020" -dynamic Client_Logging_Service Service_Object * netsvcs:_make_ACE_Client_Logging_Acceptor() active "-p 20009" |