diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2014-08-29 15:15:15 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-03 11:09:03 +0100 |
commit | e04230bf72eae50b5f4382acd66323c704d32b42 (patch) | |
tree | 9dc9bc4172353c6f2fde204c1cc35c7455ec49f5 /meta/recipes-extended | |
parent | b15a7036c5a5dbfa6ad4a6c66fb62c209a468c48 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb | 2 |
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" | |||
40 | inherit useradd | 40 | inherit useradd |
41 | 41 | ||
42 | USERADD_PACKAGES = "${PN}" | 42 | USERADD_PACKAGES = "${PN}" |
43 | USERADD_PARAM_${PN} = "--system --no-create-home \ | 43 | USERADD_PARAM_${PN} = "--system --no-create-home --home-dir / \ |
44 | --shell /bin/false --user-group rpc" | 44 | --shell /bin/false --user-group rpc" |
45 | 45 | ||
46 | EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc" | 46 | EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc" |