summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-04-01 21:28:40 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-04-01 21:28:40 +0000
commit645b703bed7a352838451e5ca934c605fafebfec (patch)
tree83021bf82c43d71f422f90f9c2361d6c4474c964 /scripts
parentb4e62d0942cc975be9f427d444231d5f104c87d0 (diff)
Change default prefix to /usr
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bluetooth.rc.deb8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/bluetooth.rc.deb b/scripts/bluetooth.rc.deb
index b0b6dc8c..4c216c31 100755
--- a/scripts/bluetooth.rc.deb
+++ b/scripts/bluetooth.rc.deb
@@ -6,12 +6,12 @@
NAME=bluetooth
DESC="Bluetooth subsystem"
PATH=/sbin:/bin:/usr/sbin:/usr/bin
-HCID=/sbin/hcid
+HCID=/usr/sbin/hcid
HCID_CONF=/etc/bluetooth/hcid.conf
-HCIATTACH=/sbin/hciattach
+HCIATTACH=/usr/sbin/hciattach
UART_CONF=/etc/bluetooth/uart
-SDPD=/sbin/sdpd
-RFCOMM=/bin/rfcomm
+SDPD=/usr/sbin/sdpd
+RFCOMM=/usr/bin/rfcomm
RFCOMM_CONF=/etc/bluetooth/rfcomm.conf
set -e