diff options
| -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 d01b9da7ac..a03590036d 100644 --- a/packaging/debs/Debian/debian/config +++ b/packaging/debs/Debian/debian/config @@ -22,4 +22,4 @@ if ! su rabbitmq -s /bin/sh -c /usr/lib/rabbitmq/bin/rabbitmq-mnesia-current ; t mkdir -p "`dirname $RET`" mv /var/lib/rabbitmq/mnesia "$RET" fi -fi
\ No newline at end of file +fi diff --git a/packaging/debs/Debian/debian/templates b/packaging/debs/Debian/debian/templates index e88cb2f3ca..aa4cf05ba8 100644 --- a/packaging/debs/Debian/debian/templates +++ b/packaging/debs/Debian/debian/templates @@ -8,9 +8,9 @@ Template: rabbitmq-server/do-what-with-mnesia-dir Type: select Choices: Deleted, Moved elsewhere, Kept it in place (WILL BREAK) Default: Moved elsewhere -Description: The old RabbitMQ database directory would be: +Description: The old RabbitMQ database directory should be: Template: rabbitmq-server/move-mnesia-dir-where Type: string Default: /var/lib/rabbitmq/mnesia-old/ -Description: Directory where the old RabbitMQ database would be moved: +Description: Directory where the old RabbitMQ database should be moved: |
