summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2008-12-11 19:14:45 +0000
committerMatthias Radestock <matthias@lshift.net>2008-12-11 19:14:45 +0000
commit9d24a68829131ba34fe1d766bd1fcd36d801b29b (patch)
treed31e050b12e1ad9de25841aa5cb0ccb3cb462770
parentaedefdf4f491891f282246be3889ba8eb566b683 (diff)
downloadrabbitmq-server-bug19989.tar.gz
cosmeticbug19989
-rw-r--r--packaging/debs/Debian/debian/config2
-rw-r--r--packaging/debs/Debian/debian/templates4
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/debs/Debian/debian/config b/packaging/debs/Debian/debian/config
index a0359003..9020888a 100644
--- a/packaging/debs/Debian/debian/config
+++ b/packaging/debs/Debian/debian/config
@@ -13,7 +13,7 @@ if ! su rabbitmq -s /bin/sh -c /usr/lib/rabbitmq/bin/rabbitmq-mnesia-current ; t
db_get rabbitmq-server/do-what-with-mnesia-dir
if [ "$RET" = "Deleted" ]; then
rm -r /var/lib/rabbitmq/mnesia/
- elif [ "$RET" = "Moved elsewhere" ]; then
+ elif [ "$RET" = "Moved" ]; then
db_input high rabbitmq-server/move-mnesia-dir-where || true
db_go
diff --git a/packaging/debs/Debian/debian/templates b/packaging/debs/Debian/debian/templates
index aa4cf05b..da63cae2 100644
--- a/packaging/debs/Debian/debian/templates
+++ b/packaging/debs/Debian/debian/templates
@@ -6,8 +6,8 @@ Description: Schema changed
Template: rabbitmq-server/do-what-with-mnesia-dir
Type: select
-Choices: Deleted, Moved elsewhere, Kept it in place (WILL BREAK)
-Default: Moved elsewhere
+Choices: Moved, Deleted, Kept (WILL BREAK)
+Default: Moved
Description: The old RabbitMQ database directory should be:
Template: rabbitmq-server/move-mnesia-dir-where