Creating directory /var/log/sysstat during install is wrong, as it will corrupt the...
[openwrt/svn-archive/archive.git] / utils / bluez-utils / patches / 002-hcid_pin_helper.patch
1 --- a/hcid/hcid.conf
2 +++ b/hcid/hcid.conf
3 @@ -12,7 +12,7 @@
4 # auto - Use local PIN for incoming connections
5 # user - Always ask user for a PIN
6 #
7 - security user;
8 + security auto;
9
10 # Pairing mode
11 # none - Pairing disabled
12 @@ -29,7 +29,7 @@
13 # Local device name
14 # %d - device id
15 # %h - host name
16 - name "BlueZ (%d)";
17 + name "%h";
18
19 # Local device class
20 class 0x000100;