aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-baselayout/passwd
Commit message (Collapse)AuthorAgeFilesLines
* main/alpine-baselayout: remove postgres accountSören Tempel2019-07-231-1/+0
| | | | Fixes #10579
* main/alpine-baselayout: create /var/mail, make /var/spool/mail a symlinkLeo2019-07-221-2/+2
| | | | | | | | | The logical location for this directory was changed from /var/spool/mail in order to bring FHS in-line with nearly every UNIX distribution. This change is important for inter-operability since a single /var/mail is often shared between multiple hosts and multiple UNIX distribution (despite NFS locking issues). ref: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s11.html
* main/alpine-baselayout: remove shell from operator accountNatanael Copa2019-06-171-1/+1
| | | | fixes #10579
* main/alpine-baselayout: drop nut from passwd and groupBartłomiej Piotrowski2016-07-071-1/+0
|
* main/alpine-baselayout: remove distcc user and groupSören Tempel2015-11-301-1/+0
|
* main/alpine-baselayout: remove gdm userSören Tempel2015-11-181-1/+0
| | | | | | I couldn't find any package reeling on this user, the name suggests that it might be used by the GNOME display manager, however, we don't package the GNOME display manager, therefore we probably don't need this user.
* main/alpine-baselayout: remove mysql user and groupSören Tempel2015-11-181-1/+0
|
* main/alpine-baselayout: don't create named userSören Tempel2015-10-301-1/+0
| | | | | | | 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.
* main/alpine-baselayout: don't create apache and www-data user and groupSören Tempel2015-10-271-1/+0
| | | | | | Those are already created by the main/apache2 package and this should be the only package which needs those. See also: The last commit to this package.
* main/alpine-baselayout: don't create postfix user and postdrop groupSören Tempel2015-10-271-1/+0
| | | | | | 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.
* main/alpine-baselayout: upgrade to 2.3.0 and refactorNatanael Copa2013-07-121-0/+35
- host the entire project in aports directly. We will most likely have any changes directly so it does not make sense to host it in separate git repository - set permissions on /etc/shadow on post-install/upgrade - remove floppy and /proc/bus/usb from /etc/fstab - remove qmail user and group. we dont have qmail