Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/alpine-baselayout: fix permissions of /var/empty | Natanael Copa | 2016-11-25 | 1 | -3/+3 |
| | |||||
* | main/alpine-baselayout: add input group | Sören Tempel | 2016-08-11 | 2 | -4/+5 |
| | |||||
* | main/alpine-baselayout: drop nut from passwd and group | Bartłomiej Piotrowski | 2016-07-07 | 3 | -9/+7 |
| | |||||
* | main/alpine-baselayout: fix warning on shutdown | Natanael Copa | 2016-06-07 | 2 | -5/+5 |
| | | | | | This ifxes the warning on shutdown: "rc is deprecated, please use openrc instead." | ||||
* | main/alpine-baselayout: set default permissions for ping | Natanael Copa | 2016-05-31 | 2 | -4/+6 |
| | | | | | | we no longer do suid root ping. allow normal users to ping by default and create a special group called 'ping' to be allowed to ping by default. | ||||
* | main/alpine-baselayout: fix warning about deprecated /sbin/rc | Natanael Copa | 2016-05-29 | 2 | -7/+7 |
| | |||||
* | main/alpine-baselayout: adapt for FHS 3.0 | Natanael Copa | 2016-05-20 | 1 | -5/+14 |
| | | | | | | | | | | we add some dirs mentioned in FHS 3: /etc/opt /usr/share/man /usr/share/misc /var/opt /srv | ||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Improve consistency of scripts using adduser/addgroup. | Przemyslaw Pawelczyk | 2016-04-25 | 2 | -6/+5 |
| | | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved. | ||||
* | main/alpine-baselayout: remove avahi group | Sören Tempel | 2015-12-14 | 2 | -5/+4 |
| | | | | | It is only used by main/avahi and this package creates the group and user on demand in its .pre-install script. | ||||
* | main/alpine-baselayout: explicitly start 'boot' runlevel | Natanael Copa | 2015-12-04 | 2 | -4/+5 |
| | | | | | | | recent openrc does not force boot runlevel as it previsouly does. We have a patch for openrc this but to be able remove that patch in future we also explictly start 'boot' like gentoo does. | ||||
* | main/alpine-baselayout: remove distcc user and group | Sören Tempel | 2015-11-30 | 3 | -9/+7 |
| | |||||
* | main/alpine-baselayout: remove gdm user | Sören Tempel | 2015-11-18 | 3 | -9/+7 |
| | | | | | | 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 group | Sören Tempel | 2015-11-18 | 3 | -9/+7 |
| | |||||
* | main/alpine-baselayout: don't create named user | Sören Tempel | 2015-10-30 | 3 | -9/+7 |
| | | | | | | | 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 group | Sören Tempel | 2015-10-27 | 3 | -10/+7 |
| | | | | | | 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 group | Sören Tempel | 2015-10-27 | 3 | -10/+8 |
| | | | | | | 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-base-layout: install crontab with mode 600 | Sören Tempel | 2015-09-28 | 1 | -2/+2 |
| | |||||
* | main/alpine-baselayout: create /var/empty | Natanael Copa | 2015-09-05 | 1 | -1/+2 |
| | |||||
* | main/alpine-baselayout: misc fixes | Natanael Copa | 2015-07-10 | 3 | -10/+15 |
| | | | | | | | | | | | | | | | | - suggest the setup-alpine command in motd - fix sysctl location and contents put sysctl to /etc/sysctl.d with 00 prefix so later sysctl.d files can override it if needed. also remove ip_forward, it default to zero in kernel, and is controlled by iptables init.d or quagga. - mkmntdirs: add missing header string.h is needed for strcmp definition - profile: remove LANG. ref #4428 | ||||
* | main/alpine-baselayout: create etc/modules-load.d dir | Natanael Copa | 2015-07-08 | 1 | -1/+2 |
| | |||||
* | main/alpine-baselayout: hide error message for missing /etc/group | Natanael Copa | 2013-11-19 | 3 | -3/+3 |
| | |||||
* | main/alpine-baselayout: fix permissions of /etc/shadow | Natanael Copa | 2013-11-15 | 2 | -3/+3 |
| | |||||
* | main/alpine-baselayout: create group shadow for read access to /etc/shadow | Natanael Copa | 2013-11-15 | 4 | -7/+19 |
| | | | | radius needs it | ||||
* | main/alpine-baselayout: update layout (minor) | Fabian Affolter | 2013-10-31 | 1 | -4/+5 |
| | |||||
* | main/alpine-baselayout: add comment to color_prompt | Natanael Copa | 2013-10-28 | 2 | -4/+5 |
| | | | | | | We tell that it needs to be renamed to be enabled. ref #2289 | ||||
* | main/alpine-baselayout: rename slocate to locate and add www-data group | Natanael Copa | 2013-10-28 | 2 | -6/+7 |
| | | | | | | ref #2245 http://lists.alpinelinux.org/alpine-devel/3282.html | ||||
* | main/alpine-baselayout: check for /sbin/rc before using it | Natanael Copa | 2013-09-04 | 2 | -2/+2 |
| | |||||
* | main/alpine-baselayout: let lastchange in /etc/shadow be empty | Natanael Copa | 2013-07-12 | 1 | -4/+3 |
| | | | | otherwise it will change every rebuild of package | ||||
* | main/alpine-baselayout: upgrade to 2.3.0 and refactor | Natanael Copa | 2013-07-12 | 18 | -112/+1800 |
| | | | | | | | | | - 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 | ||||
* | main/alpine-baselayout: improve utf8 experience | Natanael Copa | 2013-05-17 | 2 | -2/+33 |
| | | | | | | set LANG to utf8. it makes some busybox apps work with utf8. Thanks to StarWarsFan for pointing this out. | ||||
* | main/alpine-baselayout: mount /media/usb as ro by default | Natanael Copa | 2012-12-17 | 3 | -33/+30 |
| | | | | | | People who wants it rw should edit /etc/fstab ref #1480 | ||||
* | main/alpine-baselayout: blacklist microcode by default | Natanael Copa | 2012-10-08 | 1 | -1/+4 |
| | | | | | Other option would be to ship intel and amd ucode, but the licenses are questionable | ||||
* | main/alpine-baselayout: fix vserver compat script | Natanael Copa | 2012-04-19 | 2 | -1/+2 |
| | | | | needs execute permissions | ||||
* | main/alpine-baselayout: fix previous commit | Natanael Copa | 2012-04-19 | 2 | -4/+3 |
| | | | | we should install the compat rc{L,S} scripts if vserver | ||||
* | main/alpine-baselayout: add compat scripts for vserver guests | Natanael Copa | 2012-04-19 | 2 | -2/+36 |
| | | | | | | The alpine-baselayout package no longer provide the pre-openrc rcL and rcK scripts. The already configured vserver guests might depend on those so we create them in post-upgrade for vserver guests. | ||||
* | main/alpine-baselayout: upgrade to 2.2.0 | Natanael Copa | 2012-03-16 | 1 | -3/+3 |
| | |||||
* | main/alpine-baselayout: remove vlan init.d script | Natanael Copa | 2012-03-15 | 1 | -2/+3 |
| | | | | We now only support vlans via the /etc/network/interfaces | ||||
* | testing/xf86-video-openchrome: test kms branch | Natanael Copa | 2012-02-29 | 1 | -0/+1 |
| | |||||
* | main/alpine-baselayout: blacklist viafb and e_powersaver | Natanael Copa | 2011-11-09 | 2 | -2/+34 |
| | |||||
* | main/alpine-baselayout: create /run dir | Natanael Copa | 2011-08-16 | 1 | -1/+2 |
| | |||||
* | main/busybox-initscripts: move udhcpc script from alpine-baselayout | Natanael Copa | 2011-08-16 | 1 | -2/+2 |
| | | | | Does not belong in the baselayout package | ||||
* | main/alpine-baselayout: upgrade to 2.1.1 | Natanael Copa | 2011-04-29 | 1 | -3/+3 |
| | |||||
* | main/alpine-baselayout: do not ship the /etc/issue | Natanael Copa | 2011-04-20 | 1 | -1/+2 |
| | | | | ref #580 | ||||
* | main/alpine-baselayout: upgrade to 2.1.0 and fix modprobe.d | Natanael Copa | 2011-03-16 | 4 | -52/+23 |
| | | | | | | | Newer versions of module-init-tools requires files in modprobe.d to have .conf extension. In order for upgraders to keep their module configs we need to rename our files in /etc/modprobe.d. We do so in a pre-upgrade script. | ||||
* | main/alpine-baselayout: set system default charset to UTF-8 | William Pitcock | 2011-03-14 | 2 | -2/+30 |
| | | | | fixes #540 | ||||
* | multiple packages hosted at git.alpinelinux.org: update source urls | Ted Trask | 2011-02-04 | 1 | -2/+2 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| |