From 081bd947d4731f3f9c8cebbf618a4d3efba482aa Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Fri, 9 Jan 2009 17:41:44 +0100 Subject: Moved user name to the end of the command. --- packaging/debs/Debian/debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debs/Debian/debian/postinst b/packaging/debs/Debian/debian/postinst index 93d1c096..05fb179c 100644 --- a/packaging/debs/Debian/debian/postinst +++ b/packaging/debs/Debian/debian/postinst @@ -26,7 +26,7 @@ fi # create rabbitmq user if ! getent passwd rabbitmq >/dev/null; then adduser --system --ingroup rabbitmq --home /var/lib/rabbitmq \ - --no-create-home rabbitmq --gecos "RabbitMQ messaging server" + --no-create-home --gecos "RabbitMQ messaging server" rabbitmq fi chown -R rabbitmq:rabbitmq /var/lib/rabbitmq -- cgit v1.2.1