6aa7d73dd2
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=f36b3e59ecf0d055e852d33371dd3599
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"
|