From 119b59cd0df00269bfe51d906657193217b8c884 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 25 Nov 2004 10:19:50 +0000 Subject: Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things). BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg --- gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gpe-bluetooth') diff --git a/gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch b/gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch index e69de29bb2..4b122668a6 100644 --- a/gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch +++ b/gpe-bluetooth/gpe-bluetooth-0.37/hciattach-path.patch @@ -0,0 +1,11 @@ +--- gpe-bluetooth-0.37/hciattach.sh.old 2004-11-23 14:11:16.000000000 +0000 ++++ gpe-bluetooth-0.37/hciattach.sh 2004-11-23 14:11:23.000000000 +0000 +@@ -3,7 +3,7 @@ + if [ -f /etc/sysconfig/bluetooth ]; then + . /etc/sysconfig/bluetooth + +- exec hciattach -n $BLUETOOTH_PORT $BLUETOOTH_PROTOCOL $BLUETOOTH_SPEED ++ exec /sbin/hciattach -n $BLUETOOTH_PORT $BLUETOOTH_PROTOCOL $BLUETOOTH_SPEED + else + echo "Bluetooth not configured" + exit 1 -- cgit v1.2.3