summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2008-12-02 11:36:41 +0000
committerMatthias Radestock <matthias@lshift.net>2008-12-02 11:36:41 +0000
commit0388ac66c0b761046e4be555e380d2a992b59838 (patch)
tree0e67d04e5477315f9c27ff38f9a5b77c444afd4c
parent9e019a44d80d92cd19c83f9a6cabfce58e5c02e3 (diff)
downloadrabbitmq-server-0388ac66c0b761046e4be555e380d2a992b59838.tar.gz
don't mention mnesia
-rw-r--r--packaging/debs/Debian/debian/templates6
1 files changed, 2 insertions, 4 deletions
diff --git a/packaging/debs/Debian/debian/templates b/packaging/debs/Debian/debian/templates
index 3cb93084..89f5754b 100644
--- a/packaging/debs/Debian/debian/templates
+++ b/packaging/debs/Debian/debian/templates
@@ -8,11 +8,9 @@ Template: rabbitmq-server/do-what-with-mnesia-dir
Type: select
Choices: Delete it, Move it elsewhere, Keep it in place (WILL BREAK)
Default: Delete it
-Description: Delete the Mnesia directory?
+Description: What do you want to do with the RabbitMQ database directory?
Template: rabbitmq-server/move-mnesia-dir-where
Type: string
Default: /var/lib/rabbitmq/mnesia-old/
-Description: New location for Mnesia directory?
- Where do you want to move it?
-
+Description: Where do you want to move the RabbitMQ database directory?