]> code.ossystems Code Review - openembedded-core.git/commitdiff
nfs-utils: remove -f exports from nfsserver
authorSaul Wold <sgw@linux.intel.com>
Fri, 23 Dec 2016 00:07:39 +0000 (16:07 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2017 18:01:51 +0000 (18:01 +0000)
The upstream project remove that option as it was quote:
    It is completely ineffective.

[YOCTO #10843]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver

index 7ed93a59d4bd36534b0703541e7b7a386924747b..d5e9c38a9c0c9f30f6a836b07cf9531d039b3888 100644 (file)
@@ -40,7 +40,7 @@ test "$NFS_SERVERS" != "" && test "$NFS_SERVERS" -gt 0 && test "$NFS_SERVERS" -l
 #mountd
 start_mountd(){
        echo -n 'starting mountd: '
-       start-stop-daemon --start --exec "$NFS_MOUNTD" -- "-f /etc/exports $@"
+       start-stop-daemon --start --exec "$NFS_MOUNTD" -- "$@"
        echo done
 }
 stop_mountd(){