Date: Sat, 27 Jul 2002 13:25:52 -0700 From: Peter Wemm <peter@wemm.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin Makefile Message-ID: <20020727202552.699052A7D6@canning.wemm.org> In-Reply-To: <XFMail.20020725132930.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020727202552.699052A7D6>