diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-12-22 16:07:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 18:05:12 +0000 |
commit | 5ff8fdd3d676670412e9d504abbe34a635991583 (patch) | |
tree | c3dc454338d0a754f9c5cd4b8f750dc8db78a3ef | |
parent | b774c4a808002298bec735c41bce338f91c49f5e (diff) | |
download | poky-5ff8fdd3d676670412e9d504abbe34a635991583.tar.gz |
nfs-utils: remove -f exports from nfsserver
The upstream project remove that option as it was quote:
It is completely ineffective.
[YOCTO #10843]
(From OE-Core rev: 52a12c6e5360f3f60b5610eb9ad6edaa076427c1)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
40 | #mountd | 40 | #mountd |
41 | start_mountd(){ | 41 | start_mountd(){ |
42 | echo -n 'starting mountd: ' | 42 | echo -n 'starting mountd: ' |
43 | start-stop-daemon --start --exec "$NFS_MOUNTD" -- "-f /etc/exports $@" | 43 | start-stop-daemon --start --exec "$NFS_MOUNTD" -- "$@" |
44 | echo done | 44 | echo done |
45 | } | 45 | } |
46 | stop_mountd(){ | 46 | stop_mountd(){ |