Re: [PATCH] gnu: Add nfs-utils

2016-09-12 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/linux.scm (nfs-utils): New variable. (gnu packages linux) was meant for things that use non-portable interfaces of the kernel Linux. I don’t think that is the case here? So maybe this should go to (gnu packages onc-rpc) or (gnu packages nfs). > +

Re: [PATCH] gnu: Add nfs-utils

2016-09-07 Thread Danny Milosavljevic
> + `("--without-tcp-wrappers" ^^^ Since you also provided tcp-wrappers in a seperate patch, was this on purpose?

Re: [PATCH] gnu: Add nfs-utils

2016-09-07 Thread John Darrington
On Wed, Sep 07, 2016 at 10:29:37PM +0200, Danny Milosavljevic wrote: > + `("--without-tcp-wrappers" ^^^ Since you also provided tcp-wrappers in a seperate patch, was this on purpose? Yes. It was. There are some unresolved issues with tcp-wrappers vs. NFS. J' -

[PATCH] gnu: Add nfs-utils

2016-09-07 Thread John Darrington
* gnu/packages/linux.scm (nfs-utils): New variable. --- gnu/packages/linux.scm | 87 +- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 030e35e..eb9cb03 100644 --- a/gnu/packages/lin