blob: 348da24861940fdfc86a5bef5724a66e2152d6a4 (
plain)
1
2
3
4
5
6
7
8
9
|
--- bluez-4.89.orig/scripts/bluetooth.rules 2011-02-20 15:49:58.000000000 +0100
+++ bluez-4.89/scripts/bluetooth.rules 2011-03-03 22:48:19.000000000 +0100
@@ -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+="/usr/local/sbin/bluetoothd --udev"
-ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev"
+ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev"
+ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev"
|