From: Marcin Juszkiewicz Date: Thu, 22 Mar 2007 17:19:40 +0000 (+0000) Subject: nfs-utils: give file with exports for mountd to get it working (from Poky) X-Git-Tag: Release-2010-05/1~8868^2~1034^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4de519438094201014033bf13d43d7db6713d78;p=openembedded.git nfs-utils: give file with exports for mountd to get it working (from Poky) - mountd should read /etc/exports by default but it did not --- diff --git a/packages/nfs-utils/files/nfsserver b/packages/nfs-utils/files/nfsserver index 1f1794f760..4ff75916d0 100644 --- a/packages/nfs-utils/files/nfsserver +++ b/packages/nfs-utils/files/nfsserver @@ -53,7 +53,7 @@ create_directories(){ #mountd start_mountd(){ echo -n 'starting mountd: ' - start-stop-daemon --start --exec "$NFS_MOUNTD" -- "$@" + start-stop-daemon --start --exec "$NFS_MOUNTD" -- "-f /etc/exports $@" echo done } stop_mountd(){ diff --git a/packages/nfs-utils/nfs-utils_1.0.6.bb b/packages/nfs-utils/nfs-utils_1.0.6.bb index 8ca082114e..a941843488 100644 --- a/packages/nfs-utils/nfs-utils_1.0.6.bb +++ b/packages/nfs-utils/nfs-utils_1.0.6.bb @@ -2,7 +2,7 @@ DESCRIPTION = "userspace utilities for kernel nfs" PRIORITY = "optional" SECTION = "console/network" LICENSE = "GPL" -PR = "r8" +PR = "r9" SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \ file://acinclude-lossage.patch;patch=1 \