diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-06 16:36:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-06 16:36:19 +0000 |
commit | 768e3586d89f22da78c1655f851ed759255cf556 (patch) | |
tree | 8a0c529b36d93eb3dc2db9c8c0a0effb6d95a98c /testing/dspam/dspam.pre-install | |
parent | 8533b151798c4012d6f179f1b84cd9ad0f6bebbd (diff) | |
download | aports-768e3586d89f22da78c1655f851ed759255cf556.tar.bz2 aports-768e3586d89f22da78c1655f851ed759255cf556.tar.xz |
testing/dspam: new aport
A statistical-algorithmic hybrid anti-spam filter
http://dspam.nuclearelephant.com/
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 + |