diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2011-01-27 15:15:15 +0000 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2011-01-27 15:15:15 +0000 |
commit | 35f98339bedae520043869bce8d9f4ef112b4bec (patch) | |
tree | 017118c85121542abeb5bbe184d7585bf034f387 | |
parent | 4c27739ee6b528d503673502d61da3a23ad510f0 (diff) | |
download | rabbitmq-server-bug23756.tar.gz |
tabs to spaces.bug23756
-rw-r--r-- | packaging/debs/Debian/debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/postinst b/packaging/debs/Debian/debian/postinst index b1cf809f..134f16ee 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 --gecos "RabbitMQ messaging server" \ + --no-create-home --gecos "RabbitMQ messaging server" \ --disabled-login rabbitmq fi |