nfs-utils: Create the default statdpath
authorKhem Raj <raj.khem@gmail.com>
Fri, 8 Feb 2013 21:46:35 +0000 (13:46 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Feb 2013 14:46:10 +0000 (14:46 +0000)
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

(From OE-Core rev: edd7b7f9f1cea921bdc9480c2a120f6abc6b0c9c)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.7.bb

index 5bad6f1..cf51f21 100644 (file)
@@ -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