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 --- unmaintained/kde-workspace/kde-workspace.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unmaintained/kde-workspace/kde-workspace.pre-install') diff --git a/unmaintained/kde-workspace/kde-workspace.pre-install b/unmaintained/kde-workspace/kde-workspace.pre-install index b55298b1ea..a54f3ada6f 100644 --- a/unmaintained/kde-workspace/kde-workspace.pre-install +++ b/unmaintained/kde-workspace/kde-workspace.pre-install @@ -3,6 +3,6 @@ name=kdm addgroup -S $name 2>/dev/null -adduser -S -H -h /var/run/kdm -s /bin/false -D -G $name -g $name $name 2>/dev/null +adduser -S -D -H -h /var/run/kdm -s /bin/false -G $name -g $name $name 2>/dev/null exit 0 -- cgit v1.2.3