summaryrefslogtreecommitdiff
path: root/packaging/debs
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
commit6c049e2fb1fd4b028ccc819c3b95d16430bef44b (patch)
treed31e050b12e1ad9de25841aa5cb0ccb3cb462770 /packaging/debs
parenta26d54b299fbe6ab77a26ed39e47f7d252e16c04 (diff)
downloadrabbitmq-server-git-6c049e2fb1fd4b028ccc819c3b95d16430bef44b.tar.gz
cosmetic
Diffstat (limited to 'packaging/debs')
-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 a03590036d..9020888aad 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 aa4cf05ba8..da63cae210 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