This file is indexed.

/etc/default/omniorb-eventservice is in omnievents 1:2.6.2-5build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## /etc/default/omniorb-eventservice
##
## Configuration file for omniEvents.
##
## This is a shell file, sourced from the SYS-V init script.
## All of the options are commented out by default.
##


##
## Set this option to change the directory in which omniEvents keeps its
## persistency files. The `export' is important!
#OMNIEVENTS_LOGDIR=/var/lib/omniEvents
#export OMNIEVENTS_LOGDIR


##
## Determines the port on which omniEvents will listen.
#OMNIEVENTS_PORT=11169


##
## The name of omniEvents' EventChannelFactory in the naming service.
## Examples:  TopLevelName  Context/SubContext/Id.Kind
#OMNIEVENTS_NS_NAME=EventChannelFactory


##
## Set alternate endPoint for failover. The address should point to the
## alternate omniEvents daemon, usually on another machine.
#OMNIEVENTS_ALTERNATE=giop:tcp:<alternate_host>:11169 


##
## On machines with multiple network adapters, omniORB servers sometimes bind
## to the wrong IP address. Set this variable to force omniORB to bind to a
## particular hostname. The `export' is important!
#OMNIORB_USEHOSTNAME=<hostname_or_IP_address>
#export OMNIORB_USEHOSTNAME

##
## Any other options.
## For debugging, you might set it to: -ORBtraceLevel 10 -t/var/log/omniEvents.log
#OMNIEVENTS_OPTIONS=