aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Woolley <rob.woolley@windriver.com>2015-03-09 19:52:56 -0400
committerAndreas Oberritter <obi@opendreambox.org>2015-10-12 15:15:29 +0200
commit8bd279e29d5b7586b8e9630728f5a3d4e004757f (patch)
treeeb4545453f8d78ba03160fb5833690659ed1180b
parentb90f518bca4bf93310f6ae8a24e1f4c88dad7e34 (diff)
downloadopenembedded-core-contrib-8bd279e29d5b7586b8e9630728f5a3d4e004757f.tar.gz
nfs-utils: Install nfsmount.conf
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> (cherry picked from commit 700e13e5ad2b5a8e1eaf9c37f7a2059ad1cc3d5a) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
index ac48b2883b..4799429292 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
@@ -74,6 +74,7 @@ FILES_${PN}-client = "${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"
RDEPENDS_${PN}-client = "${PN}-mount rpcbind"
@@ -99,6 +100,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/