Re: [PATCH] gnu: Allow nfs file systems to be automatically mounted.

2016-11-29 Thread Ludovic Courtès
John Darrington skribis: > On Mon, Nov 28, 2016 at 10:05:15PM +0100, Ludovic Court??s wrote: > John Darrington skribis: > > > On Mon, Nov 28, 2016 at 02:59:09PM +0100, Ludovic Court??s wrote: > > > ???match???, > > > > > > Have another look: +

Re: [PATCH] gnu: Allow nfs file systems to be automatically mounted.

2016-11-28 Thread John Darrington
On Mon, Nov 28, 2016 at 10:05:15PM +0100, Ludovic Court??s wrote: John Darrington skribis: > On Mon, Nov 28, 2016 at 02:59:09PM +0100, Ludovic Court??s wrote: > > ???match???, > > > > Have another look: +(let* ((host (match (string-split sour

Re: [PATCH] gnu: Allow nfs file systems to be automatically mounted.

2016-11-28 Thread Ludovic Courtès
John Darrington skribis: > On Mon, Nov 28, 2016 at 02:59:09PM +0100, Ludovic Court??s wrote: > > ???match???, > > > > Have another look: +(let* ((host (match (string-split source #\:) > ((h _) h))) > > Right, but there are other occurrences of ???car??? for >

Re: [PATCH] gnu: Allow nfs file systems to be automatically mounted.

2016-11-28 Thread John Darrington
On Mon, Nov 28, 2016 at 02:59:09PM +0100, Ludovic Court??s wrote: > ???match???, > > Have another look: +(let* ((host (match (string-split source #\:) ((h _) h))) Right, but there are other occurrences of ???car??? for ???getaddrinfo???. :-) But that occuranc

Re: [PATCH] gnu: Allow nfs file systems to be automatically mounted.

2016-11-28 Thread Ludovic Courtès
John Darrington skribis: > On Sat, Nov 26, 2016 at 07:37:15PM +0100, Ludovic Court??s wrote: > John Darrington skribis: > > > * gnu/build/file-systems.scm (mount-file-system): Append target addr= > when > > mounting nfs filesystems. > > Looks like you forgot to a

Re: [PATCH] gnu: Allow nfs file systems to be automatically mounted.

2016-11-26 Thread John Darrington
On Sat, Nov 26, 2016 at 07:37:15PM +0100, Ludovic Court??s wrote: John Darrington skribis: > * gnu/build/file-systems.scm (mount-file-system): Append target addr= when > mounting nfs filesystems. Looks like you forgot to address some of suggestions I made (???

Re: [PATCH] gnu: Allow nfs file systems to be automatically mounted.

2016-11-26 Thread Ludovic Courtès
John Darrington skribis: > * gnu/build/file-systems.scm (mount-file-system): Append target addr= when > mounting nfs filesystems. Looks like you forgot to address some of suggestions I made (‘string-prefix?’, ‘match’, etc.) and left a question unanswered (port number?): https://lists.gnu.org/