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