diff options
Diffstat (limited to 'testing/dspam/dspam.pre-install')
-rw-r--r-- | testing/dspam/dspam.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/dspam/dspam.pre-install b/testing/dspam/dspam.pre-install new file mode 100644 index 0000000000..9a6cc6f1e3 --- /dev/null +++ b/testing/dspam/dspam.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +adduser -h /var/lib/dspam -s /bin/false -D dspam 2>/dev/null +chown dspam:dspam /var/lib/dspam +exit 0 + |