#!/bin/sh # # jabber.cfg # # Copyright (c) 2000, Bernd Eckenfels # # 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 # and # /var/lib/jabber # in the /etc/jabber/jabber.xml file # JABBER_HOSTNAME (which is then passed to jabberd in the -h switch) # JABBER_HOSTNAME=localhost JABBER_HOSTNAME=seivers.vislab.uq.edu.au # JABBER_SPOOL (which is passed to jabberd in the -s switch) #JABBER_SPOOL=/var/spool/jabberd JABBER_SPOOL=/var/spool/jabberd export JABBER_HOSTNAME JABBER_SPOOL