diff options
author | Michael Mason <ms13sp@gmail.com> | 2009-08-26 01:50:17 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2009-08-26 01:50:17 +0000 |
commit | 36a72300c84b2182ee80e1f81e31ec5c023d3cd1 (patch) | |
tree | d46b75fbe4cdc984a72ab8c9df836e946c3dbb19 /unstable/postgrey/postgrey.pre-install | |
parent | eefb93cb169955b1316b734a4215835a4efa41db (diff) | |
download | aports-36a72300c84b2182ee80e1f81e31ec5c023d3cd1.tar.bz2 aports-36a72300c84b2182ee80e1f81e31ec5c023d3cd1.tar.xz |
unstable/postgrey moved to testing/postgrey
Diffstat (limited to 'unstable/postgrey/postgrey.pre-install')
-rw-r--r-- | unstable/postgrey/postgrey.pre-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unstable/postgrey/postgrey.pre-install b/unstable/postgrey/postgrey.pre-install deleted file mode 100644 index 3c34c3fd5f..0000000000 --- a/unstable/postgrey/postgrey.pre-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -addgroup postgrey 2>/dev/null -adduser -H -h /dev/null -s /bin/false -D postgrey 2>/dev/null - -exit 0 |