aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2014-08-29 15:15:15 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-03 11:09:03 +0100
commite04230bf72eae50b5f4382acd66323c704d32b42 (patch)
tree9dc9bc4172353c6f2fde204c1cc35c7455ec49f5 /meta/recipes-extended/rpcbind
parentb15a7036c5a5dbfa6ad4a6c66fb62c209a468c48 (diff)
downloadopenembedded-core-contrib-e04230bf72eae50b5f4382acd66323c704d32b42.tar.gz
rpcbind: Make user's home directory /
(From OE-Core rev: fbd068e23e16746d89c0bb60c96edd705da27a35) Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/rpcbind')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
index 89e567bfb2..4a5562b7d2 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
@@ -40,7 +40,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
inherit useradd
USERADD_PACKAGES = "${PN}"
-USERADD_PARAM_${PN} = "--system --no-create-home \
+USERADD_PARAM_${PN} = "--system --no-create-home --home-dir / \
--shell /bin/false --user-group rpc"
EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc"