summaryrefslogtreecommitdiffstats
path: root/main/postgrey/postgrey.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-03 10:40:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-03 10:54:54 +0000
commitc673986f828a016059d5f1bbadea2e14d95fe2c2 (patch)
treee69a7f3c5749a78a0ce974c6a208f8f4663fe4c5 /main/postgrey/postgrey.pre-install
parente2c30c71f4b045a371d132893c82afbc823f87ae (diff)
downloadaports-c673986f828a016059d5f1bbadea2e14d95fe2c2.tar.bz2
aports-c673986f828a016059d5f1bbadea2e14d95fe2c2.tar.xz
main/postgrey: moved from testing, incl dependencies
Trying to clean up the mess. (cherry picked from commit 97f8ecee5b90f72ea183a41a76e2d72ed4a41db6)
Diffstat (limited to 'main/postgrey/postgrey.pre-install')
-rw-r--r--[-rwxr-xr-x]main/postgrey/postgrey.pre-install6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/postgrey/postgrey.pre-install b/main/postgrey/postgrey.pre-install
index e37a27f7..3c34c3fd 100755..100644
--- a/main/postgrey/postgrey.pre-install
+++ b/main/postgrey/postgrey.pre-install
@@ -1,2 +1,6 @@
#!/bin/sh
-adduser -h /var/spool/postfix/postgrey -g postgrey -s /bin/false -D postgrey &>/dev/null
+
+addgroup postgrey 2>/dev/null
+adduser -H -h /dev/null -s /bin/false -D postgrey 2>/dev/null
+
+exit 0