diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2014-12-03 08:36:57 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-04 14:44:13 +0000 |
commit | 7db3ca7f0121a93cb15fce7d9f14e09e8850100a (patch) | |
tree | 9d5d01c36e3b722d987d69d28c57cfd3096032a8 /testing/exim/exim.pre-install | |
parent | 9bc3eecbb28c4efd71c03f36497701879d9dc054 (diff) | |
download | aports-7db3ca7f0121a93cb15fce7d9f14e09e8850100a.tar.bz2 aports-7db3ca7f0121a93cb15fce7d9f14e09e8850100a.tar.xz |
testing/exim: new APKBUILD. Modular package
Diffstat (limited to 'testing/exim/exim.pre-install')
-rw-r--r-- | testing/exim/exim.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/exim/exim.pre-install b/testing/exim/exim.pre-install new file mode 100644 index 0000000000..42712e6954 --- /dev/null +++ b/testing/exim/exim.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S -g 12 mail 2>/dev/null +adduser -S -u 8 -h /var/spool/mail -s /sbin/nologin -g mail -G mail -D mail 2>/dev/null + +exit 0 |