summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-04-13 00:49:18 +0100
committerMatthew Sackman <matthew@lshift.net>2009-04-13 00:49:18 +0100
commit7f5a97f78523cdf92016059efb227ff8ad902fa6 (patch)
treee157ae96e96d7600b6cc3ff78bb5e167e5ae06dd /Makefile
parent6c07f9ea03541625f9113691a086165b4f44ca42 (diff)
downloadrabbitmq-server-git-7f5a97f78523cdf92016059efb227ff8ad902fa6.tar.gz
Fix for that bug. Basically, mnesia wasn't being deleted correctly, which meant on the subsequent startup, it would report messages which we couldn't find anywhere, as they'd been deleted from disk.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8744f637f9..b7464244c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
RABBITMQ_NODENAME=rabbit
RABBITMQ_SERVER_START_ARGS=
-RABBITMQ_MNESIA_DIR=/data/tmp/rabbitmq-$(RABBITMQ_NODENAME)-mnesia
-RABBITMQ_LOG_BASE=/data/tmp
+RABBITMQ_MNESIA_DIR=/tmp/rabbitmq-$(RABBITMQ_NODENAME)-mnesia
+RABBITMQ_LOG_BASE=/tmp
SOURCE_DIR=src
EBIN_DIR=ebin