aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox-initscripts: fix typo in post-install scriptJan Sarenik2018-03-031-1/+1
|
* main/openrc: move loadkmap service to busybox-initscriptsSören Tempel2018-02-284-16/+64
|
* main/busybox-initscripts: fix checksumsWilliam Pitcock2018-01-271-2/+2
|
* main/busybox-initscripts: fix klogd startup klogd should rely on syslog, as ↵Adrian Günter2018-01-272-2/+2
| | | | syslog must already be running for klogd to properly utilize it
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/busybox-initscripts: make resolv.conf readable by allKaarle Ritvanen2017-09-212-2/+3
| | | | resolv.conf may be created with too restrictive mode depending on umask
* main/busybox: add -Z option to syslogd and enable it by defaultShiz2017-05-112-53/+3
|
* main/busybox-initscripts: depend on openrcNatanael Copa2017-03-131-3/+4
|
* main/busybox-initscripts: udhcpc: act on IPv4 onlyCorentin Henry2017-02-082-14/+14
| | | | | | | | | | | | udhcpc works only with IPv4 addresses but the current /usr/share/udhcpc/default.script script interferes with IPv6. For example, when getting a new lease from an IPv4 address on a given interface, all the addresses on this interfaces get flushed, including IPv6. This issue has been reported to the busybox project: https://bugs.busybox.net/show_bug.cgi?id=9621 This commit prevents udhcpc to act on IPv6 addresses.
* main/busybox-initscripts: really add --quiet to modprobe fbconTimo Teräs2016-11-252-5/+5
| | | | It was added first to wrong modprobe.
* main/busybox-initscripts: add --quiet to modprobe fbconTimo Teräs2016-11-252-5/+5
| | | | | | If initramfs is built without kms feature, it will not have fbcon. Now with efifb and simplefb statically built to kernel image, the fb0 can appear always. Add -q to suppress this error.
* main/busybox-initscripts: add support for DHCP search domainsDavid Scott2016-08-262-7/+12
| | | | | | | This also updates /etc/resolv.conf atomically to avoid transient failures during updates. Signed-off-by: David Scott <dave.scott@docker.com>
* Revert "main/busybox-initscripts: fix default.script DHCP behaviour"Natanael Copa2016-08-261-21/+5
| | | | | | Logic was broken. This reverts commit 703e83eaed5020ebe2aa4dbfdfce21259abf2e83.
* main/busybox-initscripts: move input devices to new input groupSören Tempel2016-08-113-8/+12
| | | | | Since this group is used by udev by default for input devices we should also use it in mdev.
* main/busybox-initscripts: bump pkgrelBartłomiej Piotrowski2016-08-011-4/+4
|
* main/busybox-initscripts: fix default.script DHCP behaviourScrumpyJack2016-08-011-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 bluetoothNatanael Copa2016-07-132-4/+6
|
* main/busybox-initscripts: fix tun/tap, change their group to netdevJakub Jirutka2016-06-272-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 udhcpcdNatanael Copa2016-06-162-4/+10
| | | | ref #5672
* main/busybox-initscripts: fix cron->crond rename when upgradeNatanael Copa2016-05-313-4/+19
| | | | fixes #5462
* main/busybox-initscripts: add dummy prepareNatanael Copa2016-04-051-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 scriptDaniele Coli2016-04-052-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 crondSören Tempel2016-03-193-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 serviceSören Tempel2016-02-092-5/+5
|
* main/busybox-initscripts: make mdev recognize dri devices on new kernelsIsaac Dunham2016-02-022-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, umaskKaarle Ritvanen2016-01-013-7/+9
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-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 serviceSören Tempel2015-08-282-9/+19
|
* main/busybox-initscripts: use openrc's devfs for mdev-mountNatanael Copa2015-07-153-79/+7
|
* main/busybox-initscripts: cleanup and fix lxcNatanael Copa2015-05-066-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-runNatanael Copa2015-04-2813-49/+49
|
* main/busybox-initscripts: vchiq device should be in video groupTimo Teräs2014-12-012-4/+5
| | | | | It is rasperry pi's video chip device. Apps accessing the gfx chip need that.
* main/busybox-initscripts: allow blacklisting of fbconTimo Teräs2014-12-012-5/+5
|
* main/busybox-initscripts: fix checksumEivind Uggedal2014-08-041-3/+3
|
* main/busybox-initscripts: avoid misleading error message from udhcp ↵Alex Dowad2014-08-012-1/+7
| | | | default.script
* main/busybox-initscripts: mdev: fix default config to work with newer kernelsNatanael Copa2014-07-222-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 loggerNatanael Copa2014-07-152-5/+4
| | | | ref #3156
* main/busybox-initscripts: fix checksumsNatanael Copa2014-06-261-3/+3
|
* main/busybox-initscripts: fix typo mdev.confCarlo Landmeter2014-06-262-2/+2
|
* main/busybox-initscripts: fix ownership for /dev/snd/*Natanael Copa2014-06-252-4/+6
| | | | ref #3073
* main/busybox-initscripts: add support for broadcast from dhcpNatanael Copa2014-05-062-6/+6
| | | | ref #2880
* main/busybox-initscripts: support 'peer-dns' in udhcpc hookTimo Teräs2014-03-262-4/+5
| | | | fixes #2781
* main/busybox-initscripts: ntpd init and confEivind Uggedal2014-03-193-5/+26
| | | | | Replaces openntpd init script and conf with the same name.
* main/busybox-initscripts: httpd does not generate pid fileNatanael Copa2013-10-082-7/+5
| | | | ref #2276
* main/busybox-initscripts: fix module autoloadingNatanael Copa2013-08-072-4/+6
| | | | ref #2071
* main/busybox-initscripts: fix checksumNatanael Copa2013-07-191-3/+3
|
* main/busybox-initscripts: use pidfileNatanael Copa2013-07-199-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.confCarlo Landmeter2013-06-142-2/+51
|
* main/busybox-initscripts: udhcpc: find the interface even if we dont have /sysNatanael Copa2012-12-242-3/+7
| | | | Needed for LXC