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 --- testing/rrdbot/rrdbot.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/rrdbot') diff --git a/testing/rrdbot/rrdbot.pre-install b/testing/rrdbot/rrdbot.pre-install index 7004829ad7..5d2e03ac29 100644 --- a/testing/rrdbot/rrdbot.pre-install +++ b/testing/rrdbot/rrdbot.pre-install @@ -2,6 +2,6 @@ # this user should be included in alpine-baselayout-1.2. # included here for backward compability. -adduser -S -H -s /bin/false -D -g rrdbotd rrdbotd 2>/dev/null +adduser -S -D -H -s /bin/false -g rrdbotd rrdbotd 2>/dev/null exit 0 -- cgit v1.2.3