aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
* main/busybox-initscripts: fix typoNatanael Copa2012-12-202-3/+3
|
* main/busybox-initscripts: try fix usb devicesNatanael Copa2012-12-054-62/+30
| | | | ref #1481
* main/busybox-initscripts: fix /dev/fd symlinkNatanael Copa2012-11-193-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 Pitcock2012-09-142-5/+2
| | | | rule in 5d10cb782a
* busybox-initscripts: Add general rule to mdev ! -> $1/$2Roger Pau Monne2012-09-142-2/+5
| | | | Add rule to mdev to thread "!" as a split between folder and files.
* main/busybox-initscripts: fix checksumNatanael Copa2012-03-161-1/+1
|
* main/busybox-initscripts: support multiple dhcp interfacesNatanael Copa2012-03-152-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* devicesNatanael Copa2012-03-132-3/+3
|
* main/busybox-initscripts: move udhcpc script from alpine-baselayoutNatanael Copa2011-08-162-2/+122
| | | | Does not belong in the baselayout package
* main/busybox-initscripts: load fbcon with framebuffer devNatanael Copa2011-05-252-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 commitNatanael Copa2011-04-131-3/+3
|
* mdev.conf: only symlink first cdrom to /dev/cdromNatanael Copa2011-04-132-3/+3
| | | | fixes #457
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/busybox-initscripts: fix checksumsNatanael Copa2010-12-221-4/+4
|
* main/busybox-initscripts: fix add localmount as needed serviceNatanael Copa2010-12-226-7/+7
|