From e8c84558f7ba4fe65b300f5e3b88e5591fb11ebc Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Jun 2009 15:53:10 +0200 Subject: connman: fix initscript and start earlier (but after dbus) (from poky) --- recipes/connman/files/connman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/connman/files') diff --git a/recipes/connman/files/connman b/recipes/connman/files/connman index 5e0f90e8cc..f8154f68f9 100755 --- a/recipes/connman/files/connman +++ b/recipes/connman/files/connman @@ -11,7 +11,7 @@ fi set -e do_start() { - connmand + $DAEMON } do_stop() { -- cgit v1.2.3