openbsd-ports/net/rabbitmq/patches/patch-scripts_rabbitmq-multi
msf 84a12d5ec4 initial import of rabbitmq-1.6.0
RabbitMQ is a complete and highly reliable Enterprise Messaging 
System. The RabbitMQ client libraries and broker daemon can be used 
together to create an AMQP network, or used individually to bring 
the benefits of RabbitMQ to established networks. 

ok bernd@
2009-11-12 13:10:33 +00:00

22 lines
584 B
Plaintext

$OpenBSD: patch-scripts_rabbitmq-multi,v 1.1.1.1 2009/11/12 13:10:33 msf Exp $
--- scripts/rabbitmq-multi.orig Wed Aug 26 11:56:32 2009
+++ scripts/rabbitmq-multi Wed Aug 26 11:58:37 2009
@@ -33,7 +33,7 @@ NODENAME=rabbit
NODE_IP_ADDRESS=0.0.0.0
NODE_PORT=5672
SCRIPT_HOME=$(dirname $0)
-PIDS_FILE=/var/lib/rabbitmq/pids
+PIDS_FILE=/var/run/rabbitmq/
MULTI_ERL_ARGS=
MULTI_START_ARGS=
@@ -60,7 +60,7 @@ export \
set -f
exec erl \
- -pa "`dirname $0`/../ebin" \
+ -pa "${LOCALBASE}/lib/rabbitmq/ebin" \
-noinput \
-hidden \
${RABBITMQ_MULTI_ERL_ARGS} \