]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpcbind: Make user's home directory /
authorDan McGregor <dan.mcgregor@usask.ca>
Fri, 29 Aug 2014 21:15:15 +0000 (15:15 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Sep 2014 09:24:19 +0000 (10:24 +0100)
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb

index 89e567bfb2aebba954325e0e7afbd9016056ba78..4a5562b7d2b28c5e82b7cfb6cb9b596f24cff5cf 100644 (file)
@@ -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"