diff options
| author | Matthias Radestock <matthias@lshift.net> | 2008-12-02 11:36:41 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2008-12-02 11:36:41 +0000 |
| commit | 8fc58adcf7327c4984f1f4b65f668270be842379 (patch) | |
| tree | 0e67d04e5477315f9c27ff38f9a5b77c444afd4c | |
| parent | 5bf65aa0b9d25f80cb86fe63808aaf1a0a10e1fe (diff) | |
| download | rabbitmq-server-git-8fc58adcf7327c4984f1f4b65f668270be842379.tar.gz | |
don't mention mnesia
| -rw-r--r-- | packaging/debs/Debian/debian/templates | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packaging/debs/Debian/debian/templates b/packaging/debs/Debian/debian/templates index 3cb9308452..89f5754bd7 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? |
