From da4e96aacef5e9bd9a7dccecffdc92f588a6dd78 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sat, 23 Apr 2016 13:13:41 +0200 Subject: Reorder arguments passed to addgroup/adduser in scripts. Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER --- main/haproxy/haproxy.pre-upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/haproxy/haproxy.pre-upgrade') diff --git a/main/haproxy/haproxy.pre-upgrade b/main/haproxy/haproxy.pre-upgrade index 162855ab33..85cefc9814 100644 --- a/main/haproxy/haproxy.pre-upgrade +++ b/main/haproxy/haproxy.pre-upgrade @@ -1,7 +1,7 @@ #!/bin/sh addgroup -S haproxy 2>/dev/null -adduser -S -H -h /var/lib/haproxy -s /bin/false -D \ +adduser -S -D -H -h /var/lib/haproxy -s /bin/false \ -G haproxy -g haproxy haproxy 2>/dev/null # move config to new location -- cgit v1.2.3