summaryrefslogtreecommitdiff
path: root/package/bluez/patches/patch-scripts_bluetooth_rules
diff options
context:
space:
mode:
Diffstat (limited to 'package/bluez/patches/patch-scripts_bluetooth_rules')
-rw-r--r--package/bluez/patches/patch-scripts_bluetooth_rules9
1 files changed, 0 insertions, 9 deletions
diff --git a/package/bluez/patches/patch-scripts_bluetooth_rules b/package/bluez/patches/patch-scripts_bluetooth_rules
deleted file mode 100644
index 348da2486..000000000
--- a/package/bluez/patches/patch-scripts_bluetooth_rules
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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"