diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-01 21:28:40 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-01 21:28:40 +0000 |
commit | 645b703bed7a352838451e5ca934c605fafebfec (patch) | |
tree | 83021bf82c43d71f422f90f9c2361d6c4474c964 /scripts | |
parent | b4e62d0942cc975be9f427d444231d5f104c87d0 (diff) | |
download | bluez-645b703bed7a352838451e5ca934c605fafebfec.tar.gz |
Change default prefix to /usr
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bluetooth.rc.deb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/bluetooth.rc.deb b/scripts/bluetooth.rc.deb index b0b6dc8ca..4c216c31a 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 |