[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3992/8267] nfs-utils: remove -f exports from nfsserver



commit 5ff8fdd3d676670412e9d504abbe34a635991583
Author: Saul Wold <sgw linux intel com>
Date:   Thu Dec 22 16:07:39 2016 -0800

    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>

 .../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 7ed93a5..d5e9c38 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(){


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]