diff options
author | Matthias Radestock <matthias@lshift.net> | 2008-12-11 19:14:45 +0000 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2008-12-11 19:14:45 +0000 |
commit | 9d24a68829131ba34fe1d766bd1fcd36d801b29b (patch) | |
tree | d31e050b12e1ad9de25841aa5cb0ccb3cb462770 /packaging/debs | |
parent | aedefdf4f491891f282246be3889ba8eb566b683 (diff) | |
download | rabbitmq-server-9d24a68829131ba34fe1d766bd1fcd36d801b29b.tar.gz |
cosmeticbug19989
Diffstat (limited to 'packaging/debs')
-rw-r--r-- | packaging/debs/Debian/debian/config | 2 | ||||
-rw-r--r-- | packaging/debs/Debian/debian/templates | 4 |
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 |