From 080905aa51a6670fa5c234ce52e984929ff935a1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sat, 17 Dec 2016 18:37:46 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- bluetooth/main.conf | 11 +++++++++-- init.d/bluetooth | 2 +- init.d/rfcomm | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/bluetooth/main.conf b/bluetooth/main.conf index 372fd8c9..d9cd9e0c 100644 --- a/bluetooth/main.conf +++ b/bluetooth/main.conf @@ -64,6 +64,13 @@ # 'false'. #FastConnectable = false +# Default privacy setting. +# Enables use of private address. +# Possible values: "off", "device", "network" +# "network" option not supported currently +# Defaults to "off" +# Privacy = off + #[Policy] # # The ReconnectUUIDs defines the set of remote services that should try @@ -71,7 +78,7 @@ # timeout). The policy plugin should contain a sane set of values by # default, but this list can be overridden here. By setting the list to # empty the reconnection feature gets disabled. -#ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb, 0000111f-0000-1000-8000-00805f9b34fb, 0000110a-0000-1000-8000-00805f9b34fb +#ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb,0000111f-0000-1000-8000-00805f9b34fb,0000110a-0000-1000-8000-00805f9b34fb # ReconnectAttempts define the number of attempts to reconnect after a link # lost. Setting the value to 0 disables reconnecting feature. @@ -81,7 +88,7 @@ # attempts. # If the number of attempts defined in ReconnectAttempts is bigger than the # set of intervals the last interval is repeated until the last attempt. -#ReconnectIntervals=1, 2, 4, 8, 16, 32, 64 +#ReconnectIntervals=1,2,4,8,16,32,64 # AutoEnable defines option to enable all controllers when they are found. # This includes adapters present on start as well as adapters that are plugged diff --git a/init.d/bluetooth b/init.d/bluetooth index 3b9569ee..f756a0fd 100755 --- a/init.d/bluetooth +++ b/init.d/bluetooth @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/init.d/rfcomm b/init.d/rfcomm index 4a919169..769bde2f 100755 --- a/init.d/rfcomm +++ b/init.d/rfcomm @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -- 2.39.5