aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rmilter/rmilter.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rmilter/rmilter.pre-install')
-rw-r--r--testing/rmilter/rmilter.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rmilter/rmilter.pre-install b/testing/rmilter/rmilter.pre-install
index bda1a94683..f84c689dc7 100644
--- a/testing/rmilter/rmilter.pre-install
+++ b/testing/rmilter/rmilter.pre-install
@@ -1,6 +1,6 @@
#!/bin/sh
addgroup -S rmilter 2>dev/null
-adduser -S -h /run/rmilter -g "rmilter" -s /bin/false -DHG rmilter rmilter 2>/dev/null
+adduser -S -D -H -h /run/rmilter -s /bin/false -G rmilter -g rmilter rmilter 2>/dev/null
exit 0