Re: [PATCH] gnu: Add rpcbind

2016-09-01 Thread Ludovic Courtès
John Darrington skribis: > On Wed, Aug 31, 2016 at 10:38:00PM +0200, John Darrington wrote: > On Wed, Aug 31, 2016 at 10:25:36PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > +

Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread John Darrington
On Wed, Aug 31, 2016 at 10:38:00PM +0200, John Darrington wrote: On Wed, Aug 31, 2016 at 10:25:36PM +0200, Ludovic Court??s wrote: John Darrington skribis: > +(synopsis "A server to convert RPC program numbers into universal

Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread John Darrington
On Wed, Aug 31, 2016 at 10:25:36PM +0200, Ludovic Court??s wrote: John Darrington skribis: > +(synopsis "A server to convert RPC program numbers into universal addresses") ^ What about: ???Convert ONC??RPC program

Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread Ludovic Courtès
John Darrington skribis: > From: John Darrington > > * gnu/packages/linux.scm (rpcbind): New variable. > +(synopsis "A server to convert RPC program numbers into universal > addresses") ^ If I were ‘guix lint’ I’d complain about

Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread John Darrington
On Wed, Aug 31, 2016 at 03:35:05PM -0400, Leo Famulari wrote: On Sun, Aug 28, 2016 at 11:25:23PM +0200, John Darrington wrote: > From: John Darrington > > * gnu/packages/linux.scm (rpcbind): New variable. The patch looks good, but I think it depends

Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread Leo Famulari
On Sun, Aug 28, 2016 at 11:25:23PM +0200, John Darrington wrote: > From: John Darrington > > * gnu/packages/linux.scm (rpcbind): New variable. The patch looks good, but I think it depends on some context that we don't have in Guix: [...] > + "The rpcbind utility is a server

[PATCH] gnu: Add rpcbind

2016-08-28 Thread John Darrington
From: John Darrington * gnu/packages/linux.scm (rpcbind): New variable. --- gnu/packages/linux.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2d39be1..ff6b220 100644 ---