mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/bluez: cleanup init.d
This commit is contained in:
parent
9a75670dba
commit
97447197d9
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=bluez
|
||||
pkgver=5.66
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Tools for the Bluetooth protocol stack"
|
||||
url="http://www.bluez.org/"
|
||||
arch="all"
|
||||
@ -194,7 +194,7 @@ openrc() {
|
||||
|
||||
sha512sums="
|
||||
ed0994932687eacf27207867366671b323671f5d5199daf36ea5eff8f254f2bc99ef989ef7df9883b35c06f2af60452be8bad0a06109428a4717cf2b247b4865 bluez-5.66.tar.xz
|
||||
e1d64fac673cceb657684b1bc5c36ff6d05f7cc5832d940863129adacd5b8ade1315b14df039a61f061950ac99e155266530efe2d2d35ea3c145b0469698a726 bluetooth.initd
|
||||
5442f4f489718e51c50611c143803f2cc99e540b55a72af20ea2921b256774a6c7c5e273f2bedb745753d8c67d3fb7c938750fb48feac7460b32bd1cca029a28 bluetooth.initd
|
||||
8d7b7c8938a2316ce0a855e9bdf1ef8fcdf33d23f4011df828270a088b88b140a19c432e83fef15355d0829e3c86be05b63e7718fef88563254ea239b8dc12ac rfcomm.initd
|
||||
a70aa0dbbabe7e29ee81540a6f98bf191a850da55a28f678975635caf34b363cf4d461a801b3484120ee28fdd21240bd456a4f5d706262700924bd2e9a0972fb rfcomm.confd
|
||||
d6766a4992ed4141569d6d82a802a771a5cb4c08873bfb0fdbedeea4d738bf9b56d9e0452ec19b7635418b1af4ab9b1735692043d629cbed3ce0eda6f51e1c6f org.bluez.obex.service
|
||||
|
||||
@ -2,9 +2,8 @@
|
||||
|
||||
name="Bluetooth"
|
||||
command="/usr/lib/bluetooth/bluetoothd"
|
||||
pidfile="/var/run/bluetoothd.pid"
|
||||
start_stop_daemon_args="--background --make-pidfile"
|
||||
|
||||
pidfile="/run/bluetoothd.pid"
|
||||
command_background=true
|
||||
|
||||
depend() {
|
||||
after coldplug udev-postmount
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user