From: Saul Wold Date: Fri, 23 Dec 2016 00:07:39 +0000 (-0800) Subject: nfs-utils: remove -f exports from nfsserver X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23091 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a12c6e5360f3f60b5610eb9ad6edaa076427c1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 7ed93a59d4b..d5e9c38a9c0 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(){