aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dspam
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dspam')
-rw-r--r--testing/dspam/dspam.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dspam/dspam.pre-install b/testing/dspam/dspam.pre-install
index 2eb89408da2..d06ab90b5e2 100644
--- a/testing/dspam/dspam.pre-install
+++ b/testing/dspam/dspam.pre-install
@@ -1,6 +1,6 @@
#!/bin/sh
-adduser -S -h /var/lib/dspam -s /bin/false -D dspam 2>/dev/null
+adduser -S -h /var/lib/dspam -s /bin/false -D -g dspam dspam 2>/dev/null
chown dspam:dspam /var/lib/dspam
exit 0