diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-03 10:40:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-03 10:40:12 +0000 |
commit | 97f8ecee5b90f72ea183a41a76e2d72ed4a41db6 (patch) | |
tree | e69a7f3c5749a78a0ce974c6a208f8f4663fe4c5 /main/postgrey/postgrey.pre-install | |
parent | 651a02df9321f2b131eacdee76feb6ca89456746 (diff) | |
download | aports-97f8ecee5b90f72ea183a41a76e2d72ed4a41db6.tar.bz2 aports-97f8ecee5b90f72ea183a41a76e2d72ed4a41db6.tar.xz |
main/postgrey: moved from testing, incl dependencies
Trying to clean up the mess.
Diffstat (limited to 'main/postgrey/postgrey.pre-install')
-rw-r--r--[-rwxr-xr-x] | main/postgrey/postgrey.pre-install | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/postgrey/postgrey.pre-install b/main/postgrey/postgrey.pre-install index e37a27f7d5..3c34c3fd5f 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 |