From 9d509ed83d8446976eb3a275f86cb543976cd58a Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Fri, 19 Aug 2011 11:11:59 -0300 Subject: [PATCH] Disable Path Loss service in configuration file Path Loss service requires kernel and userspace patches to work properly. Keep it disabled while the implementation is not ready. --- proximity/proximity.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proximity/proximity.conf b/proximity/proximity.conf index f4ef6f52b..417610ff7 100644 --- a/proximity/proximity.conf +++ b/proximity/proximity.conf @@ -4,6 +4,6 @@ # particular interface [General] -# If we want to disable support for specific services -# Defaults to supporting all implemented services -#Disable=LinkLoss,PathLoss,FindMe +# Configuration to allow disabling Proximity services +# Allowed values: LinkLoss,PathLoss,FindMe +Disable=PathLoss -- 2.47.3