diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-25 14:08:25 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-27 12:05:49 +0000 |
commit | 499a414e25dc9b1e4997974b113827e885eaf7b0 (patch) | |
tree | f118cf02ef9fcc04874ab2a6f8bec1ca8396757f /main/alpine-baselayout/group | |
parent | d5d74a1904352c6309d970f771ff94c28e21f4e6 (diff) | |
download | aports-499a414e25dc9b1e4997974b113827e885eaf7b0.tar.bz2 aports-499a414e25dc9b1e4997974b113827e885eaf7b0.tar.xz |
main/alpine-baselayout: don't create postfix user and postdrop group
Those are only needed by postfix and the postfix package already ensures
that these exists in a .pre-install script. Therefore it's completely
unnecessary to create these by default on all alpine systems.
Diffstat (limited to 'main/alpine-baselayout/group')
-rw-r--r-- | main/alpine-baselayout/group | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/alpine-baselayout/group b/main/alpine-baselayout/group index 0c735d68f1..aa4ac6b562 100644 --- a/main/alpine-baselayout/group +++ b/main/alpine-baselayout/group @@ -45,8 +45,6 @@ vpopmail:x:89: users:x:100:games ntp:x:123: nofiles:x:200: -postfix:x:207: -postdrop:x:208: smmsp:x:209:smmsp distcc:x:240: locate:x:245: |