Date: Tue, 23 Apr 2002 02:47:23 -0700 From: Maxime Henrion <mux@freebsd.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: David O'Brien <obrien@freebsd.org> Subject: Re: cvs commit: src/sbin/mount mount.c Message-ID: <20020423094722.GG88736@elvis.mu.org> In-Reply-To: <20020422183239.A10795@dragon.nuxi.com> References: <200204222303.g3MN34o71093@freefall.freebsd.org> <20020422235845.GF88736@elvis.mu.org> <20020422183239.A10795@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote: > On Mon, Apr 22, 2002 at 04:58:45PM -0700, Maxime Henrion wrote: > > I missed the fact that the '@' separator is intended to be used as > > path@server, whereas you use ':' as server:path, and so this commit > > broke the '@' case. > > where did you post them for review? I do not see them on the audit@ > list. You might also want to send this to current@freebsd.org with > "** HEADS UP ** mount_NFS changes" in the subject. I think there is a misunderstanding ; this patch does not modify mount_nfs(8) in any way, it just fixes a bug I introduced in my last commit in mount(8) which breaks the case where it is invoked as : mount /foo/bar@somehost /somewhere. Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020423094722.GG88736>