diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-04 15:43:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-04 15:43:46 -0400 |
commit | 12b7829f66c9d8a2eae6b524d192e17d2bde3e1f (patch) | |
tree | 3a76d754b55bd3ceac0be747bb15816e91ec5369 /scripts | |
parent | bd83350c89383ef3eb0237b9f34d3d5ccb5b2651 (diff) |
change xmppqueuedaemon to jabberqueuedaemon in startdaemons
darcs-hash:20080904194346-84dde-93705711bbaab5ac10195a9ef1c855115e545b26.gz
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/startdaemons.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh index 4ba7e6872..a862b9dfe 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..."; |