]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-bluetooth / gpe-bluetooth-0.37 / hciattach-path.patch
1 --- gpe-bluetooth-0.37/hciattach.sh.old 2004-11-23 14:11:16.000000000 +0000
2 +++ gpe-bluetooth-0.37/hciattach.sh     2004-11-23 14:11:23.000000000 +0000
3 @@ -3,7 +3,7 @@
4  if [ -f /etc/sysconfig/bluetooth ]; then
5    . /etc/sysconfig/bluetooth
6  
7 -  exec hciattach -n $BLUETOOTH_PORT $BLUETOOTH_PROTOCOL $BLUETOOTH_SPEED
8 +  exec /sbin/hciattach -n $BLUETOOTH_PORT $BLUETOOTH_PROTOCOL $BLUETOOTH_SPEED
9  else
10    echo "Bluetooth not configured"
11    exit 1