diff options
Diffstat (limited to 'testing/pdns/pdns.pre-install')
-rw-r--r-- | testing/pdns/pdns.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pdns/pdns.pre-install b/testing/pdns/pdns.pre-install index 2565d49cf2..e0b3c5ac68 100644 --- a/testing/pdns/pdns.pre-install +++ b/testing/pdns/pdns.pre-install @@ -1,4 +1,4 @@ #!/bin/sh -adduser -S -H -h /var/empty -D -s /bin/false pdns 2>/dev/null +adduser -S -H -h /var/empty -D -s /bin/false -g pdns pdns 2>/dev/null exit 0 |