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/openxcap/openxcap.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/openxcap') diff --git a/testing/openxcap/openxcap.pre-install b/testing/openxcap/openxcap.pre-install index 7c90e2775c..0a932aa4fe 100755 --- a/testing/openxcap/openxcap.pre-install +++ b/testing/openxcap/openxcap.pre-install @@ -1,6 +1,6 @@ #!/bin/sh addgroup -S openxcap 2>/dev/null -adduser -S -G openxcap -h /var/run/openxcap -s /bin/false -D -H -g openxcap openxcap 2>/dev/null +adduser -S -D -H -h /var/run/openxcap -s /bin/false -G openxcap -g openxcap openxcap 2>/dev/null exit 0 -- cgit v1.2.3