forked from pool/bluez
dcac527d82
update to bluez-4.75 OBS-URL: https://build.opensuse.org/request/show/49825 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=64
12 lines
600 B
Diff
12 lines
600 B
Diff
Index: b/scripts/bluetooth.rules.in
|
|
===================================================================
|
|
--- a/scripts/bluetooth.rules.in
|
|
+++ b/scripts/bluetooth.rules.in
|
|
@@ -1,4 +1,4 @@
|
|
# Run helper every time a Bluetooth device appears
|
|
# On remove actions, bluetoothd should go away by itself
|
|
-ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
|
|
-ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
|
|
+ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluetooth.sh"
|
|
+ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluetooth.sh"
|