Update packages that use $openrc_services with the third argument.
Packages that can be started without modifications are enabled, well some of them, otherwise disabled. --HG-- extra : convert_revision : 42105adabbc02b0f07a5d7173664778a5001c739
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Template file for 'bluez'
|
||||
pkgname=bluez
|
||||
version=4.61
|
||||
revision=1
|
||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var --libexecdir=/lib --enable-gstreamer
|
||||
@@ -23,7 +24,7 @@ conf_files="
|
||||
/etc/bluetooth/main.conf
|
||||
/etc/bluetooth/network.conf
|
||||
/etc/bluetooth/rfcomm.conf"
|
||||
openrc_services="bluetooth default"
|
||||
openrc_services="bluetooth default true"
|
||||
|
||||
subpackages="$pkgname-alsa $pkgname-compat $pkgname-gstreamer libbluetooth"
|
||||
subpackages="$subpackages libbluetooth-devel"
|
||||
|
||||
Reference in New Issue
Block a user