blob: 980665bcb5d90c96a8870477ee2cc4a8342cff38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/net-im/jabberd/files/jabber-conf.d,v 1.4 2004/07/14 23:45:05 agriffis Exp $
# Configure which is the default jabberd server. Any value that is not
# jabberd14 and jabberd2 will be started
JABBERD="jabberd14"
#Right now this is only used by the init script, but i would like to find a way
#for jabberd to include this in the conf
JPIDFILE="/var/log/jabber/jabberd14.pid"
|