blob: c30bbb4321b40bd0ab5d7b7ffe37eebc2f7a4547 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# /etc/conf.d/omniEvents
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/omnievents/files/omnievents-conf,v 1.1 2005/09/30 00:55:14 kloeri Exp $
# 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
# Any other options.
# For debugging, you might set it to: -ORBtraceLevel 10 -t/var/log/omniEvents.log
#OMNIEVENTS_OPTIONS=
|