K 10 svn:author V 6 olgeni K 8 svn:date V 27 2015-01-31T16:19:46.295460Z K 7 svn:log V 449 Startup script fixes: - Avoid race condition in startup. Use daemon(8) rather than "rabbitmqctl status" to safely retrieve the pid. - Make sure that the Erlang cookie permissions are correct before starting the RabbitMQ node (using rabbitmqctl as root could create a read-only cookie). - Make sure that the RabbitMQ application is actually running when rabbitmq_start is done. Remove the now useless "wait" command from extra_commands. END