aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman.inc
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-06-12 18:17:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-13 11:50:04 +0100
commit28087e7a9ddfd2d118aa907a29ed522bb8cbfc16 (patch)
tree9b40260542bc16b437c8dfc731719c889b5380b4 /meta/recipes-connectivity/connman/connman.inc
parent7fbe687da742be638d8c19f522d22fe9d6e8147a (diff)
downloadopenembedded-core-28087e7a9ddfd2d118aa907a29ed522bb8cbfc16.tar.gz
connman: make useradd parameters consistent with rootless X
Both connman and rootless X share the same xuser. However, useradd parameters are not consistent and if connman runs useradd first, rootless X will be broken. [Yocto #2467] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r--meta/recipes-connectivity/connman/connman.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 4fb7b434a6..eb174c5d34 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -47,8 +47,8 @@ INITSCRIPT_NAME = "connman"
INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."
USERADD_PACKAGES = "${PN}"
-USERADD_PARAM_${PN} = "--system --no-create-home \
- --shell /bin/false --groups video,tty,audio \
+USERADD_PARAM_${PN} = "--create-home \
+ --groups video,tty,audio \
--user-group xuser"
inherit autotools pkgconfig update-rc.d useradd