From 645b703bed7a352838451e5ca934c605fafebfec Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 1 Apr 2004 21:28:40 +0000 Subject: Change default prefix to /usr --- scripts/bluetooth.rc.deb | 8 ++++---- 1 file 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 -- cgit