Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/busybox-initscripts: bump pkgrel | Bartłomiej Piotrowski | 2016-08-01 | 1 | -4/+4 |
| | |||||
* | main/busybox-initscripts: fix default.script DHCP behaviour | ScrumpyJack | 2016-08-01 | 1 | -5/+21 |
| | | | | | | This tells /usr/share/udhcpc/default.script to leave resolv.conf alone when not sent DHCP options for DNS (option 6) and a search domain (option 15). | ||||
* | main/busybox-initscripts: add an example for rpi bluetooth | Natanael Copa | 2016-07-13 | 2 | -4/+6 |
| | |||||
* | main/busybox-initscripts: fix tun/tap, change their group to netdev | Jakub Jirutka | 2016-06-27 | 2 | -6/+6 |
| | | | | | | | | | tun/tap devices are created inside /dev/net by default, so tun[0-9]* and tap[0-9]* doesn't match them. When you run qemu as an unprivileged user, that user must have write permission on the tun device. The group netdev seems to be appropriate for this and it's already included in the baselayout's groups. | ||||
* | main/busybox-initscripts: support for disable gateway and dns in udhcpcd | Natanael Copa | 2016-06-16 | 2 | -4/+10 |
| | | | | ref #5672 | ||||
* | main/busybox-initscripts: fix cron->crond rename when upgrade | Natanael Copa | 2016-05-31 | 3 | -4/+19 |
| | | | | fixes #5462 | ||||
* | main/busybox-initscripts: add dummy prepare | Natanael Copa | 2016-04-05 | 1 | -1/+5 |
| | | | | | abuild's default_prepare now tries to cd to $builddir. it does not exist in this case so we override it with a dummy. | ||||
* | main/busybox-initscripts: Added description to syslog init.d script | Daniele Coli | 2016-04-05 | 2 | -3/+5 |
| | | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog. | ||||
* | main/busybox-initscripts: rename cron service to crond | Sören Tempel | 2016-03-19 | 3 | -13/+12 |
| | | | | | | | | | | cron is the name of a virtual service and a real service. This causes a non-fatal error with the most recent OpenRC version. This error appears everytime openrc updates the dependency tree this can be triggered manually by calling rc_deptree_update(3). Renaming the busybox cron service fixes this error, however, this breaks backwards compatibility. | ||||
* | main/busybox-initscripts: fix typo in udhcpcd service | Sören Tempel | 2016-02-09 | 2 | -5/+5 |
| | |||||
* | main/busybox-initscripts: make mdev recognize dri devices on new kernels | Isaac Dunham | 2016-02-02 | 2 | -4/+5 |
| | | | | | | | -- When mdev is used with X, this allows users in group 'video' to use OpenGL, instead of just users in 'root'. A similar fix may be needed for eudev. | ||||
* | main/busybox-initscript: acpid, syslog: set group, umask | Kaarle Ritvanen | 2016-01-01 | 3 | -7/+9 |
| | |||||
* | don't prefix GPL version number with a dash | Sören Tempel | 2015-10-03 | 1 | -1/+1 |
| | | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license | ||||
* | main/busybox-initscripts: add udhcpd service | Sören Tempel | 2015-08-28 | 2 | -9/+19 |
| | |||||
* | main/busybox-initscripts: use openrc's devfs for mdev-mount | Natanael Copa | 2015-07-15 | 3 | -79/+7 |
| | |||||
* | main/busybox-initscripts: cleanup and fix lxc | Natanael Copa | 2015-05-06 | 6 | -18/+24 |
| | | | | | | | | | Use keyword -<sys> instead of no<sys> to disable services on given systems. On LXC, disable acpid, klogd, mdev-mount, mdev and rdate. fixes #3699 | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 13 | -49/+49 |
| | |||||
* | main/busybox-initscripts: vchiq device should be in video group | Timo Teräs | 2014-12-01 | 2 | -4/+5 |
| | | | | | It is rasperry pi's video chip device. Apps accessing the gfx chip need that. | ||||
* | main/busybox-initscripts: allow blacklisting of fbcon | Timo Teräs | 2014-12-01 | 2 | -5/+5 |
| | |||||
* | main/busybox-initscripts: fix checksum | Eivind Uggedal | 2014-08-04 | 1 | -3/+3 |
| | |||||
* | main/busybox-initscripts: avoid misleading error message from udhcp ↵ | Alex Dowad | 2014-08-01 | 2 | -1/+7 |
| | | | | default.script | ||||
* | main/busybox-initscripts: mdev: fix default config to work with newer kernels | Natanael Copa | 2014-07-22 | 2 | -4/+8 |
| | | | | | | | It seems like kernel now specify the devices ass foo/bar instead ofi foo/bar. Adjust default mdev.conf to support both. ref #3091 | ||||
* | main/busybox-initscripts: klogd should not provide logger | Natanael Copa | 2014-07-15 | 2 | -5/+4 |
| | | | | ref #3156 | ||||
* | main/busybox-initscripts: fix checksums | Natanael Copa | 2014-06-26 | 1 | -3/+3 |
| | |||||
* | main/busybox-initscripts: fix typo mdev.conf | Carlo Landmeter | 2014-06-26 | 2 | -2/+2 |
| | |||||
* | main/busybox-initscripts: fix ownership for /dev/snd/* | Natanael Copa | 2014-06-25 | 2 | -4/+6 |
| | | | | ref #3073 | ||||
* | main/busybox-initscripts: add support for broadcast from dhcp | Natanael Copa | 2014-05-06 | 2 | -6/+6 |
| | | | | ref #2880 | ||||
* | main/busybox-initscripts: support 'peer-dns' in udhcpc hook | Timo Teräs | 2014-03-26 | 2 | -4/+5 |
| | | | | fixes #2781 | ||||
* | main/busybox-initscripts: ntpd init and conf | Eivind Uggedal | 2014-03-19 | 3 | -5/+26 |
| | | | | | Replaces openntpd init script and conf with the same name. | ||||
* | main/busybox-initscripts: httpd does not generate pid file | Natanael Copa | 2013-10-08 | 2 | -7/+5 |
| | | | | ref #2276 | ||||
* | main/busybox-initscripts: fix module autoloading | Natanael Copa | 2013-08-07 | 2 | -4/+6 |
| | | | | ref #2071 | ||||
* | main/busybox-initscripts: fix checksum | Natanael Copa | 2013-07-19 | 1 | -3/+3 |
| | |||||
* | main/busybox-initscripts: use pidfile | Natanael Copa | 2013-07-19 | 9 | -123/+62 |
| | | | | | Use the pidfile rather than exec name to stop services. This fixes issue with qemu-arm | ||||
* | main/busybox-initscripts: add kvm to mdev.conf | Carlo Landmeter | 2013-06-14 | 2 | -2/+51 |
| | |||||
* | main/busybox-initscripts: udhcpc: find the interface even if we dont have /sys | Natanael Copa | 2012-12-24 | 2 | -3/+7 |
| | | | | Needed for LXC | ||||
* | main/busybox-initscripts: fix typo | Natanael Copa | 2012-12-20 | 2 | -3/+3 |
| | |||||
* | main/busybox-initscripts: try fix usb devices | Natanael Copa | 2012-12-05 | 4 | -62/+30 |
| | | | | ref #1481 | ||||
* | main/busybox-initscripts: fix /dev/fd symlink | Natanael Copa | 2012-11-19 | 3 | -6/+6 |
| | | | | | | | | | ref #1465 I think the initramfs create /dev/fd as a dir. When mdev-mount later runs 'ln -snf /proc/self/fd /dev/fd' the 'fd' symlink ends up as /dev/fd/fd. We fix this by always remove /dev/fd before creating the symlink. | ||||
* | main/busybox-initscripts: remove redundant mdev rules introduced by generic ↵ | William Pitcock | 2012-09-14 | 2 | -5/+2 |
| | | | | rule in 5d10cb782a | ||||
* | busybox-initscripts: Add general rule to mdev ! -> $1/$2 | Roger Pau Monne | 2012-09-14 | 2 | -2/+5 |
| | | | | Add rule to mdev to thread "!" as a split between folder and files. | ||||
* | main/busybox-initscripts: fix checksum | Natanael Copa | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | main/busybox-initscripts: support multiple dhcp interfaces | Natanael Copa | 2012-03-15 | 2 | -6/+25 |
| | | | | | | | | | We set the metric to 300 + ifindex for wifi and 200 + ifindex for others. This is basically what dhcpcd does. Also allow overriding the metric in interfaces file. This makes multi isp setups easier. | ||||
* | main/busybox-initscripts: support more than 10 /dev/video* devices | Natanael Copa | 2012-03-13 | 2 | -3/+3 |
| | |||||
* | main/busybox-initscripts: move udhcpc script from alpine-baselayout | Natanael Copa | 2011-08-16 | 2 | -2/+122 |
| | | | | Does not belong in the baselayout package | ||||
* | main/busybox-initscripts: load fbcon with framebuffer dev | Natanael Copa | 2011-05-25 | 2 | -3/+4 |
| | | | | | | When a frambuffer device shows up we want a framebuffer console fixes #622 (cherry picked from commit f1f9a3a857cccd09b42ac4e29cf0aa9782b7de76) | ||||
* | main/busybox-initscripts: fix checksum from previous commit | Natanael Copa | 2011-04-13 | 1 | -3/+3 |
| | |||||
* | mdev.conf: only symlink first cdrom to /dev/cdrom | Natanael Copa | 2011-04-13 | 2 | -3/+3 |
| | | | | fixes #457 | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/busybox-initscripts: fix checksums | Natanael Copa | 2010-12-22 | 1 | -4/+4 |
| | |||||
* | main/busybox-initscripts: fix add localmount as needed service | Natanael Copa | 2010-12-22 | 6 | -7/+7 |
| |