From owner-cvs-all Tue Apr 23 2:47:27 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 298A537B41C; Tue, 23 Apr 2002 02:47:23 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1920) id 079E7AE027; Tue, 23 Apr 2002 02:47:23 -0700 (PDT) Date: Tue, 23 Apr 2002 02:47:23 -0700 From: Maxime Henrion To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: David O'Brien Subject: Re: cvs commit: src/sbin/mount mount.c Message-ID: <20020423094722.GG88736@elvis.mu.org> References: <200204222303.g3MN34o71093@freefall.freebsd.org> <20020422235845.GF88736@elvis.mu.org> <20020422183239.A10795@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020422183239.A10795@dragon.nuxi.com> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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