diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2009-08-31 14:39:57 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2009-08-31 14:39:57 +0000 |
commit | 8a256600879b94ab86f9ad049f1347379c78c92b (patch) | |
tree | 4a4ba920305f513d240a3ccf807af0223d21677f /main/postgrey/postgrey.pre-install | |
parent | 6941ddc452b9fa47aa74bc4be2cf622665b54763 (diff) | |
download | aports-8a256600879b94ab86f9ad049f1347379c78c92b.tar.bz2 aports-8a256600879b94ab86f9ad049f1347379c78c92b.tar.xz |
main/postgrey: init, conf and pre-install script added
Diffstat (limited to 'main/postgrey/postgrey.pre-install')
-rwxr-xr-x | main/postgrey/postgrey.pre-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/postgrey/postgrey.pre-install b/main/postgrey/postgrey.pre-install new file mode 100755 index 0000000000..e37a27f7d5 --- /dev/null +++ b/main/postgrey/postgrey.pre-install @@ -0,0 +1,2 @@ +#!/bin/sh +adduser -h /var/spool/postfix/postgrey -g postgrey -s /bin/false -D postgrey &>/dev/null |