From 9d24a68829131ba34fe1d766bd1fcd36d801b29b Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Thu, 11 Dec 2008 19:14:45 +0000 Subject: cosmetic --- packaging/debs/Debian/debian/config | 2 +- packaging/debs/Debian/debian/templates | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packaging/debs') 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 -- cgit v1.2.1