summaryrefslogtreecommitdiffstats
path: root/unstable/postgrey/postgrey.pre-install
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-08-26 01:42:48 +0000
committerMichael Mason <ms13sp@gmail.com>2009-08-26 01:42:48 +0000
commit465faeb58374e6722723f9abad3dc37128dadad0 (patch)
tree166ab8d4231cf26fdb10cad0bdd210196e498e82 /unstable/postgrey/postgrey.pre-install
parentd9ce4aad94e38485419d91c49b4eb6a71d44cae7 (diff)
downloadaports-465faeb58374e6722723f9abad3dc37128dadad0.tar.bz2
aports-465faeb58374e6722723f9abad3dc37128dadad0.tar.xz
unstable/postgrey Initial Commit
Diffstat (limited to 'unstable/postgrey/postgrey.pre-install')
-rw-r--r--unstable/postgrey/postgrey.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/unstable/postgrey/postgrey.pre-install b/unstable/postgrey/postgrey.pre-install
new file mode 100644
index 000000000..3c34c3fd5
--- /dev/null
+++ b/unstable/postgrey/postgrey.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup postgrey 2>/dev/null
+adduser -H -h /dev/null -s /bin/false -D postgrey 2>/dev/null
+
+exit 0