let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / bluez-utils / patches / 002-hcid_pin_helper.patch
1 diff -ur bluez-utils-2.17.orig/hcid/hcid.conf bluez-utils-2.17/hcid/hcid.conf
2 --- bluez-utils-2.17.orig/hcid/hcid.conf        2004-12-25 19:06:00.000000000 +0100
3 +++ bluez-utils-2.17/hcid/hcid.conf     2005-07-26 14:44:23.000000000 +0200
4 @@ -23,7 +23,7 @@
5         pairing multi;
6  
7         # PIN helper
8 -       pin_helper /usr/bin/bluepin;
9 +       pin_helper /etc/bluetooth/givepin;
10  
11         # D-Bus PIN helper
12         #dbus_pin_helper;
13 @@ -34,7 +34,7 @@
14         # Local device name
15         #   %d - device id
16         #   %h - host name
17 -       name "BlueZ (%d)";
18 +       name "OpenWRT";
19  
20         # Local device class
21         class 0x3e0100;