summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpcmcia/bluetooth2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcmcia/bluetooth b/pcmcia/bluetooth
index 503484d9..7be4a31d 100755
--- a/pcmcia/bluetooth
+++ b/pcmcia/bluetooth
@@ -25,7 +25,7 @@ start_serial() {
IRQ=`setserial /dev/$DEVICE | sed -e 's/.*IRQ: //'`
setserial /dev/$DEVICE irq 0 ; setserial /dev/$DEVICE irq $IRQ
- /sbin/hciattach $DEVICE $MANFID > /tmp/pcmcia
+ /usr/sbin/hciattach $DEVICE $MANFID
}
stop_serial() {
do_fuser -k -HUP /dev/$DEVICE > /dev/null