diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-30 10:42:26 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-30 12:39:53 +0000 |
commit | 389c6fd3550d5311011d7435fa0a4b513adbefed (patch) | |
tree | 76c53dbe4b97000bfb4e2d7b5a6fb06776c6f619 /main/alpine-baselayout/passwd | |
parent | 965547367dccfd75aa4bb00c7400ab41c946877f (diff) | |
download | aports-389c6fd3550d5311011d7435fa0a4b513adbefed.tar.bz2 aports-389c6fd3550d5311011d7435fa0a4b513adbefed.tar.xz |
main/alpine-baselayout: don't create named user
The named user and its primary group are already created by the
pre-install script provided by the main/bind package. To my knowledge
this is the only package which requires the existence of this user it is
therefore unnecessary to ship this user by default.
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 2bbfefb1cf..eb6abfcdd4 100644 --- a/main/alpine-baselayout/passwd +++ b/main/alpine-baselayout/passwd @@ -20,7 +20,6 @@ squid:x:31:31:Squid:/var/cache/squid:/sbin/nologin gdm:x:32:32:GDM:/var/lib/gdm:/sbin/nologin xfs:x:33:33:X Font Server:/etc/X11/fs:/sbin/nologin games:x:35:35:games:/usr/games:/sbin/nologin -named:x:40:40:bind:/var/bind:/sbin/nologin mysql:x:60:60:mysql:/var/lib/mysql:/sbin/nologin postgres:x:70:70::/var/lib/postgresql:/bin/sh nut:x:84:84:nut:/var/state/nut:/sbin/nologin |