nfs-utils: give file with exports for mountd to get it working (from Poky)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 22 Mar 2007 17:19:40 +0000 (17:19 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 22 Mar 2007 17:19:40 +0000 (17:19 +0000)
- mountd should read /etc/exports by default but it did not

packages/nfs-utils/files/nfsserver
packages/nfs-utils/nfs-utils_1.0.6.bb

index 1f1794f..4ff7591 100644 (file)
@@ -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(){
index 8ca0821..a941843 100644 (file)
@@ -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 \