summaryrefslogtreecommitdiff
path: root/netsvcs/servers/svc.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/servers/svc.conf.xml')
-rw-r--r--netsvcs/servers/svc.conf.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/netsvcs/servers/svc.conf.xml b/netsvcs/servers/svc.conf.xml
deleted file mode 100644
index 3519594ce5c..00000000000
--- a/netsvcs/servers/svc.conf.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0'?>
-<!-- Converted from svc.conf by svcconf-convert.pl -->
-<ACE_Svc_Conf>
- <!-- 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 id="Logger" type="Service_Object">
- <initializer path="ACE" init="_make_ACE_Logging_Strategy" params="-s foobar -f STDERR|OSTREAM|VERBOSE"/>
- </dynamic>
- <dynamic id="Time_Service" type="Service_Object">
- <initializer path="netsvcs" init="_make_ACE_TS_Server_Acceptor" params="-p 20222"/>
- </dynamic>
- <dynamic id="Name_Server" type="Service_Object">
- <initializer path="netsvcs" init="_make_ACE_Name_Acceptor" params="-p 20006"/>
- </dynamic>
- <!-- 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 id="Server_Logging_Service" type="Service_Object">
- <initializer path="netsvcs" init="_make_ACE_Server_Logging_Acceptor" params="-p 20009"/>
- </dynamic>
- <dynamic id="Thr_Server_Logging_Service" type="Service_Object">
- <initializer path="netsvcs" init="_make_ACE_Thr_Server_Logging_Acceptor" params="-p 20020"/>
- </dynamic>
- <dynamic id="Client_Logging_Service" type="Service_Object">
- <initializer path="netsvcs" init="_make_ACE_Client_Logging_Acceptor" params="-p 20009"/>
- </dynamic>
-</ACE_Svc_Conf>