summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-01-27 15:15:15 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-01-27 15:15:15 +0000
commit3a2f498db393ec22b15e96ea65fdcd46d006d8d2 (patch)
tree017118c85121542abeb5bbe184d7585bf034f387 /packaging
parentdaa8828b518753df5d5036ba2c61d2ceee7d64ea (diff)
downloadrabbitmq-server-git-3a2f498db393ec22b15e96ea65fdcd46d006d8d2.tar.gz
tabs to spaces.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debs/Debian/debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/postinst b/packaging/debs/Debian/debian/postinst
index b1cf809fb3..134f16ee1b 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