Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / rpmbuild / ace-tao-init-suse / tao / tao-cosnaming
blobbf22c1974dbd16f22e67fdb7cf835186b2f46cf6
1 ## Path:           Network/tao-cosnaming
2 ## Description:    TAO Naming service settings
4 ## Type            string
5 ## Default:        "-ORBListenEndpoints iiop://:2809"
6 ## ServiceRestart: tao-cosnaming
8 # Specify desired endpoint arguments
9 TAO_COSNAMING_ENDPOINT="-ORBListenEndpoints iiop://:2809"
11 ## Type            string
12 ## Default:        "-f /var/cache/tao/tao-cosnaming.dat"
13 ## ServiceRestart: tao-cosnaming
15 # Location of persistance data file, comment out to disable persistance.
16 TAO_COSNAMING_PERSISTFILE="-f /var/cache/tao/tao-cosnaming.dat"
18 ## Type            string
19 ## Default:        ""
20 ## ServiceRestart: tao-cosnaming
22 # Enable multicast discovery, set to "-m 1" to enable
23 TAO_COSNAMING_MULTICAST=""
25 ## Type            string
26 ## Default:        ""
27 ## ServiceRestart: tao-cosnaming
29 # Enable debug logging, set to "-ORBDebugLevel 10" to enable.
30 TAO_COSNAMING_DEBUG=""
32 ## Type            string
33 ## Default:        "-ORBLogFile /var/log/tao/tao-cosnaming.log"
34 ## ServiceRestart: tao-cosnaming
36 # Configure log file
37 TAO_COSNAMING_LOGFILE="-ORBLogFile /var/log/tao/tao-cosnaming.log"