File: configfile

package info (click to toggle)
omniorb-dfsg 4.2.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 14,628 kB
  • sloc: cpp: 109,677; python: 24,939; ansic: 14,136; sh: 2,743; makefile: 96
file content (18 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Use empty corbaloc URI for DefaultInitRef
 This works nicely together with how the omniNames nameserver is
 shipped in Debian.
Forwarded: not-needed
Author: Bastian Blank <waldi@debian.org>
Last-Update: 2010-08-08

--- a/sample.cfg
+++ b/sample.cfg
@@ -374,7 +374,7 @@
 #   A call to resolve_initial_references("MyService") will return the object
 #   reference denoted by `corbaloc::myhost.example.com/MyService'.
 #
-#   The default is empty.
+DefaultInitRef = corbaloc::
 
 
 ############################################################################