From: Frank Brehm Date: Sat, 17 Dec 2016 17:37:46 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=080905aa51a6670fa5c234ce52e984929ff935a1;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- 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$