Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | main/alpine-baselayout: force rebuild of mkmntdirs | Natanael Copa | 2010-05-04 | 1 | -0/+5 |
| | | | | bug in tarball. binary was shipped there | ||||
* | main/alpine-baselayout: upgrade to 2.0_rc1v1.9.0_rc4 | Natanael Copa | 2009-09-18 | 1 | -2/+2 |
| | |||||
* | main/alpine-baselayout: upgrade to 2.0_beta2 | Natanael Copa | 2009-08-17 | 1 | -6/+3 |
| | |||||
* | move core/* to main/ | Natanael Copa | 2009-07-23 | 2 | -0/+42 |
added maintainer to several packages as well |