aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-baselayout
Commit message (Collapse)AuthorAgeFilesLines
* main/alpine-baselayout: remove avahi groupSören Tempel2015-12-142-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' runlevelNatanael Copa2015-12-042-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 groupSören Tempel2015-11-303-9/+7
|
* main/alpine-baselayout: remove gdm userSören Tempel2015-11-183-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 groupSören Tempel2015-11-183-9/+7
|
* main/alpine-baselayout: don't create named userSören Tempel2015-10-303-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 groupSören Tempel2015-10-273-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 groupSören Tempel2015-10-273-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 600Sören Tempel2015-09-281-2/+2
|
* main/alpine-baselayout: create /var/emptyNatanael Copa2015-09-051-1/+2
|
* main/alpine-baselayout: misc fixesNatanael Copa2015-07-103-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 dirNatanael Copa2015-07-081-1/+2
|
* main/alpine-baselayout: hide error message for missing /etc/groupNatanael Copa2013-11-193-3/+3
|
* main/alpine-baselayout: fix permissions of /etc/shadowNatanael Copa2013-11-152-3/+3
|
* main/alpine-baselayout: create group shadow for read access to /etc/shadowNatanael Copa2013-11-154-7/+19
| | | | radius needs it
* main/alpine-baselayout: update layout (minor)Fabian Affolter2013-10-311-4/+5
|
* main/alpine-baselayout: add comment to color_promptNatanael Copa2013-10-282-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 groupNatanael Copa2013-10-282-6/+7
| | | | | | ref #2245 http://lists.alpinelinux.org/alpine-devel/3282.html
* main/alpine-baselayout: check for /sbin/rc before using itNatanael Copa2013-09-042-2/+2
|
* main/alpine-baselayout: let lastchange in /etc/shadow be emptyNatanael Copa2013-07-121-4/+3
| | | | otherwise it will change every rebuild of package
* main/alpine-baselayout: upgrade to 2.3.0 and refactorNatanael Copa2013-07-1218-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 experienceNatanael Copa2013-05-172-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 defaultNatanael Copa2012-12-173-33/+30
| | | | | | People who wants it rw should edit /etc/fstab ref #1480
* main/alpine-baselayout: blacklist microcode by defaultNatanael Copa2012-10-081-1/+4
| | | | | Other option would be to ship intel and amd ucode, but the licenses are questionable
* main/alpine-baselayout: fix vserver compat scriptNatanael Copa2012-04-192-1/+2
| | | | needs execute permissions
* main/alpine-baselayout: fix previous commitNatanael Copa2012-04-192-4/+3
| | | | we should install the compat rc{L,S} scripts if vserver
* main/alpine-baselayout: add compat scripts for vserver guestsNatanael Copa2012-04-192-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.0Natanael Copa2012-03-161-3/+3
|
* main/alpine-baselayout: remove vlan init.d scriptNatanael Copa2012-03-151-2/+3
| | | | We now only support vlans via the /etc/network/interfaces
* testing/xf86-video-openchrome: test kms branchNatanael Copa2012-02-291-0/+1
|
* main/alpine-baselayout: blacklist viafb and e_powersaverNatanael Copa2011-11-092-2/+34
|
* main/alpine-baselayout: create /run dirNatanael Copa2011-08-161-1/+2
|
* main/busybox-initscripts: move udhcpc script from alpine-baselayoutNatanael Copa2011-08-161-2/+2
| | | | Does not belong in the baselayout package
* main/alpine-baselayout: upgrade to 2.1.1Natanael Copa2011-04-291-3/+3
|
* main/alpine-baselayout: do not ship the /etc/issueNatanael Copa2011-04-201-1/+2
| | | | ref #580
* main/alpine-baselayout: upgrade to 2.1.0 and fix modprobe.dNatanael Copa2011-03-164-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-8William Pitcock2011-03-142-2/+30
| | | | fixes #540
* multiple packages hosted at git.alpinelinux.org: update source urlsTed Trask2011-02-041-2/+2
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/alpine-baselayout: force rebuild of mkmntdirsNatanael Copa2010-05-041-0/+5
| | | | bug in tarball. binary was shipped there
* main/alpine-baselayout: upgrade to 2.0_rc1Natanael Copa2009-09-181-2/+2
|
* main/alpine-baselayout: upgrade to 2.0_beta2Natanael Copa2009-08-171-6/+3
|
* move core/* to main/Natanael Copa2009-07-232-0/+42
added maintainer to several packages as well