From owner-svn-src-head@FreeBSD.ORG Wed May 27 22:12:24 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC3BF10657B9 for ; Wed, 27 May 2009 22:12:24 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 54C578FC1B for ; Wed, 27 May 2009 22:12:24 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 2031 invoked by uid 399); 27 May 2009 22:12:19 -0000 Received: from localhost (HELO ?192.168.0.101?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 27 May 2009 22:12:19 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A1DBAC0.4060801@FreeBSD.org> Date: Wed, 27 May 2009 15:12:16 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Rick Macklem References: <200905272202.n4RM2s2M013427@svn.freebsd.org> In-Reply-To: <200905272202.n4RM2s2M013427@svn.freebsd.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r192934 - head/usr.sbin/mountd X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 22:12:25 -0000 Rick Macklem wrote: > Author: rmacklem > Date: Wed May 27 22:02:54 2009 > New Revision: 192934 > URL: http://svn.freebsd.org/changeset/base/192934 > > Log: > Modify mountd to handle the experimental nfs server as well as the > regular one. It now takes a "-4" command line argument to force it > to use the experimental server. The -4 and -6 options are traditionally used for their respective IPv transport choices, so you might want to consider choosing a different option. Doug