Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > updates > by-pkgid > 8ce1909f3db1d1e1aeee988602231e89 > files > 2

jabber-1.4.2a-10.1.91mdk.ppc.rpm

#!/bin/sh
#
# jabber.cfg
#
# Copyright (c) 2000, Bernd Eckenfels <ecki@debian.org>
#
# This File is licensed under the GPL.
#
# This Shell script will be sourced by /etc/init.d/jabber to set variables
#
# NOTE: take care to actually USE <host><jabberd:cmdline flag="h"/></host>
# and 
# <spool><jabberd:cmdline flag="s">/var/lib/jabber</jabberd:cmdline></spool>
# in the /etc/jabber/jabber.xml file

# JABBER_HOSTNAME (which is then passed to jabberd in the -h switch)
JABBER_HOSTNAME=$HOSTNAME

# JABBER_SPOOL (whic is passed to jabberd in the -s switch)
#JABBER_SPOOL=/var/lib/jabber

export JABBER_HOSTNAME JABBER_SPOOL