* [PATCH] nfs-utils: Create the default statdpath
@ 2013-02-08 21:46 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2013-02-08 21:46 UTC (permalink / raw)
To: openembedded-core
packaging these extra directories is needed
Otherwise rpcbind wont start as it
expects /var/lib/nfs/statd to exist.
This fixes the issue where automounter fails
to mount since rpcbind did not start correctly
Failed to open directory sm: No such file or directory
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../nfs-utils/nfs-utils_1.2.7.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb
index 5bad6f1..cf51f21 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb
@@ -56,6 +56,7 @@ RDEPENDS_${PN}-stats = "python"
do_install_append () {
install -d ${D}${sysconfdir}/init.d
+ install -d ${D}${localstatedir}/lib/nfs/statd
install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver
# the following are built by CC_FOR_BUILD
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-08 22:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-08 21:46 [PATCH] nfs-utils: Create the default statdpath Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox