Removing detection of the mode 35/34335/1 accepted/tizen/common/20150123.135125 submit/tizen_common/20150123.134314
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Fri, 23 Jan 2015 13:34:19 +0000 (14:34 +0100)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Fri, 23 Jan 2015 13:34:19 +0000 (14:34 +0100)
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 <jose.bollo@open.eurogiciel.org>
src/vconf-buxton-tool.sh

index 49e27f6..7e3611d 100755 (executable)
@@ -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 -- "$@"
 }