From 98af46e3b2882d9b61c2278cecec725fd1810686 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 23 Jan 2015 14:34:19 +0100 Subject: [PATCH] Removing detection of the mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Removing it allow to adapt to the best situation: first serveur then direct, allowing to try the two modes and being in favour of the server access. The problem was that pgrep was raising smack errors when scanning /proc Change-Id: I4cec5a6cdc63d1750d857cc2399cb508694e5f9e Signed-off-by: José Bollo --- src/vconf-buxton-tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vconf-buxton-tool.sh b/src/vconf-buxton-tool.sh index 49e27f6..7e3611d 100755 --- a/src/vconf-buxton-tool.sh +++ b/src/vconf-buxton-tool.sh @@ -49,7 +49,7 @@ badargs() { # # calls to buxton # -buxmode=$(pgrep buxtond >/dev/null 2>&1 && echo -n -s || echo -n -d) +buxmode= buxton() { buxtonctl $buxmode -- "$@" } -- 2.7.4