* [PATCH] nfs-utils: remove -f exports from nfsserver
@ 2016-12-23 0:07 Saul Wold
2017-01-06 20:11 ` Wold, Saul
0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2016-12-23 0:07 UTC (permalink / raw)
To: openembedded-core, richard.purdie
The upstream project remove that option as it was quote:
It is completely ineffective.
[YOCTO #10843]
Signed-off-by: Saul Wold <sgw@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] nfs-utils: remove -f exports from nfsserver
2016-12-23 0:07 [PATCH] nfs-utils: remove -f exports from nfsserver Saul Wold
@ 2017-01-06 20:11 ` Wold, Saul
2017-01-06 20:59 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Wold, Saul @ 2017-01-06 20:11 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org,
richard.purdie@linuxfoundation.org
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@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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] nfs-utils: remove -f exports from nfsserver
2017-01-06 20:11 ` Wold, Saul
@ 2017-01-06 20:59 ` Burton, Ross
0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2017-01-06 20:59 UTC (permalink / raw)
To: Wold, Saul; +Cc: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 140 bytes --]
On 6 January 2017 at 20:11, Wold, Saul <saul.wold@intel.com> wrote:
> Ross: Ping
>
Merged into ross/mut2 a few hours ago :)
Ross
[-- Attachment #2: Type: text/html, Size: 546 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-06 20:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-23 0:07 [PATCH] nfs-utils: remove -f exports from nfsserver Saul Wold
2017-01-06 20:11 ` Wold, Saul
2017-01-06 20:59 ` Burton, Ross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox