[OE-core] [PATCH] nfs-utils: remove -f exports from nfsserver

Wold, Saul saul.wold at intel.com
Fri Jan 6 20:11:48 UTC 2017


On Thu, 2016-12-22 at 16:07 -0800, Saul Wold wrote:
> The upstream project remove that option as it was quote:
>     It is completely ineffective.
> 
Ross: Ping

Sau!

> [YOCTO #10843]
> 
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
>  meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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(){
> -- 
> 2.7.4
> 


More information about the Openembedded-core mailing list