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/passwd | |
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/passwd')
-rw-r--r-- | main/alpine-baselayout/passwd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/alpine-baselayout/passwd b/main/alpine-baselayout/passwd index e47354106f..dfe5d79a55 100644 --- a/main/alpine-baselayout/passwd +++ b/main/alpine-baselayout/passwd @@ -28,7 +28,6 @@ nut:x:84:84:nut:/var/state/nut:/sbin/nologin cyrus:x:85:12::/usr/cyrus:/sbin/nologin vpopmail:x:89:89::/var/vpopmail:/sbin/nologin ntp:x:123:123:NTP:/var/empty:/sbin/nologin -postfix:x:207:207:postfix:/var/spool/postfix:/sbin/nologin smmsp:x:209:209:smmsp:/var/spool/mqueue:/sbin/nologin distcc:x:240:2:distccd:/dev/null:/sbin/nologin guest:x:405:100:guest:/dev/null:/sbin/nologin |