Merge branch '0.9.x' into 1.0.x

Conflicts:
	lib/queuemanager.php
This commit is contained in:
Craig Andrews
2010-01-27 22:07:04 -05:00
95 changed files with 13147 additions and 9157 deletions

View File

@@ -54,7 +54,7 @@ class ImDaemon extends SpawningDaemon
common_log(LOG_INFO, 'terminating normally');
return true;
return $master->respawn ? self::EXIT_RESTART : self::EXIT_SHUTDOWN;
}
}