From: Saul Wold Date: Fri, 23 Dec 2016 00:07:39 +0000 (-0800) Subject: nfs-utils: remove -f exports from nfsserver X-Git-Tag: uninative-1.5~894 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=52a12c6e5360f3f60b5610eb9ad6edaa076427c1;p=openembedded-core.git nfs-utils: remove -f exports from nfsserver The upstream project remove that option as it was quote: It is completely ineffective. [YOCTO #10843] Signed-off-by: Saul Wold Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver index 7ed93a59d4..d5e9c38a9c 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver @@ -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(){