From 12b7829f66c9d8a2eae6b524d192e17d2bde3e1f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 4 Sep 2008 15:43:46 -0400 Subject: [PATCH] change xmppqueuedaemon to jabberqueuedaemon in startdaemons darcs-hash:20080904194346-84dde-93705711bbaab5ac10195a9ef1c855115e545b26.gz --- scripts/startdaemons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh index 4ba7e68722..a862b9dfe9 100755 --- a/scripts/startdaemons.sh +++ b/scripts/startdaemons.sh @@ -22,7 +22,7 @@ export INSTALLDIR=$1 -for f in xmppdaemon.php xmppqueuehandler.php publicqueuehandler.php \ +for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \ xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php; do echo -n "Starting $f...";