]> code.ossystems Code Review - openembedded-core.git/commitdiff
nfs-utils: Install nfsmount.conf
authorRob Woolley <rob.woolley@windriver.com>
Mon, 9 Mar 2015 23:52:56 +0000 (19:52 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Mar 2015 17:38:45 +0000 (17:38 +0000)
The file nfsmount.conf is present in nfs-utils but not installed to the
filesystem.  It has been added to nfs-utils-client as it seemed to be
missing accidentally rather than being removed intentionally.  The binary
files in nfs-utils-client have a hard-coded reference to it and we
already provide the manpage for it in nfs-utils-doc.

Signed-off by: Rob Woolley <rob.woolley@windriver.com>

meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb

index e4655d9a60b9c12a023b67c89e61200812bf5219..1439063363e40d590b3994f7728f2da3c316babd 100644 (file)
@@ -73,6 +73,7 @@ FILES_${PN}-client = "${base_sbindir}/*mount.nfs* ${sbindir}/*statd \
                      ${sbindir}/showmount ${sbindir}/nfsstat \
                      ${localstatedir}/lib/nfs \
                      ${sysconfdir}/nfs-utils.conf \
+                     ${sysconfdir}/nfsmount.conf \
                      ${sysconfdir}/init.d/nfscommon \
                      ${systemd_unitdir}/system/nfs-statd.service"
 FILES_${PN}-stats = "${sbindir}/mountstats ${sbindir}/nfsiostat"
@@ -90,6 +91,8 @@ do_install_append () {
        install -m 0755 ${WORKDIR}/nfscommon ${D}${sysconfdir}/init.d/nfscommon
 
        install -m 0755 ${WORKDIR}/nfs-utils.conf ${D}${sysconfdir}
+       install -m 0755 ${S}/utils/mount/nfsmount.conf ${D}${sysconfdir}
+
        install -d ${D}${systemd_unitdir}/system
        install -m 0644 ${WORKDIR}/nfs-server.service ${D}${systemd_unitdir}/system/
        install -m 0644 ${WORKDIR}/nfs-mountd.service ${D}${systemd_unitdir}/system/