diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-07-13 08:27:54 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-07-13 08:27:54 +0000 |
commit | abf1fb04ce5f0a0c6df6ebce26efc74d7dda0212 (patch) | |
tree | 43bf8d35b9c7c4a44c41ceb7f4d490c8db6018ca /testing/milter-greylist/milter-greylist.pre-install | |
parent | 669fea6aefa37a83d8c50c822ef1f121b4babfa4 (diff) | |
download | aports-abf1fb04ce5f0a0c6df6ebce26efc74d7dda0212.tar.bz2 aports-abf1fb04ce5f0a0c6df6ebce26efc74d7dda0212.tar.xz |
Revert "main/milter-greylist: moved from testing"
This reverts commit 669fea6aefa37a83d8c50c822ef1f121b4babfa4.
Diffstat (limited to 'testing/milter-greylist/milter-greylist.pre-install')
-rw-r--r-- | testing/milter-greylist/milter-greylist.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/milter-greylist/milter-greylist.pre-install b/testing/milter-greylist/milter-greylist.pre-install new file mode 100644 index 0000000000..cf578f0068 --- /dev/null +++ b/testing/milter-greylist/milter-greylist.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S smmsp 2>/dev/null +adduser -S -h /var/lib/milter-greylist -s /sbin/nologin -G smmsp -g smmsp smmsp 2>/dev/null + +exit 0 |