From owner-cvs-all Sat Jul 27 13:25:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD4CF37B400; Sat, 27 Jul 2002 13:25:52 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7981043E3B; Sat, 27 Jul 2002 13:25:52 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 699052A7D6; Sat, 27 Jul 2002 13:25:52 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin Makefile In-Reply-To: Date: Sat, 27 Jul 2002 13:25:52 -0700 From: Peter Wemm Message-Id: <20020727202552.699052A7D6@canning.wemm.org> 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 John Baldwin wrote: > > On 24-Jul-2002 Peter Wemm wrote: > > peter 2002/07/24 15:14:27 PDT > > > > Modified files: > > sbin Makefile > > Log: > > Turn nfsiod back on. It is basically now just a sysctl wrapper that also > > arranges a kldload of the nfs client file system code if necessary. > > Erm, shouldn't this be done by mount_nfs instead? I.e., kldload only if/when > you need the actual nfs client code? It's intended for the rc scripts that right now try and fudge their way through it manually. We used to start nfsiod (load the module), tweak sysctl's (this is a weakness in the mount interface I guess), and then do the mounts. Since Maxime is working on nmount, we can probably make all this obsolete. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message