]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change xmppqueuedaemon to jabberqueuedaemon in startdaemons
authorEvan Prodromou <evan@prodromou.name>
Thu, 4 Sep 2008 19:43:46 +0000 (15:43 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 4 Sep 2008 19:43:46 +0000 (15:43 -0400)
darcs-hash:20080904194346-84dde-93705711bbaab5ac10195a9ef1c855115e545b26.gz

scripts/startdaemons.sh

index 4ba7e68722d5875a4809ba117f2c27650949d535..a862b9dfe95ba769cd5a3f0b70991ebdd68d6b40 100755 (executable)
@@ -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...";