2015-09-02 10:07:44

by Jonas Holmberg

[permalink] [raw]
Subject: [PATCH] main.conf: Remove %h and %d from example Name

From: Jonas Holmberg <[email protected]>

%h and %d are no longer supported.
---
src/main.conf | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main.conf b/src/main.conf
index 11db383..6780d9a 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -1,10 +1,8 @@
[General]

# Default adaper name
-# %h - substituted for hostname
-# %d - substituted for adapter id
-# Defaults to 'BlueZ'
-#Name = %h-%d
+# Defaults to 'BlueZ X.YZ'
+#Name = BlueZ

# Default device class. Only the major and minor device class bits are
# considered. Defaults to '0x000000'.
--
2.4.6



2015-09-02 11:34:40

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] main.conf: Remove %h and %d from example Name

Hi Jonas,

On Wed, Sep 02, 2015, [email protected] wrote:
> %h and %d are no longer supported.
> ---
> src/main.conf | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)

Applied. Thanks.

Johan