From owner-freebsd-rc@FreeBSD.ORG Tue Apr 26 00:01:33 2011 Return-Path: Delivered-To: rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D48B106566B; Tue, 26 Apr 2011 00:01:33 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2AADE8FC19; Tue, 26 Apr 2011 00:01:32 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap0EABoLtk2DaFvO/2dsb2JhbAAvhCChZIhwrEaRKIEpg1B9BI41 X-IronPort-AV: E=Sophos;i="4.64,267,1301889600"; d="scan'208";a="118604000" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 25 Apr 2011 20:01:32 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 51D36B3F2A; Mon, 25 Apr 2011 20:01:32 -0400 (EDT) Date: Mon, 25 Apr 2011 20:01:32 -0400 (EDT) From: Rick Macklem To: Doug Barton Message-ID: <749026943.551774.1303776092275.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <4DB5DBA1.7050905@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.202] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Cc: rc@freebsd.org Subject: Re: rc scripts change for review X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 00:01:33 -0000 > On 04/24/2011 06:06, Rick Macklem wrote: > > I now just do the > > load_kld nfsd > > unconditionally and it works fine. (Although vfs.newnfs was there, > > vfs.newnfs.nfs_privport isn't until "nfsd" is loaded. I could make > > it conditional on that, but I don't see a need, since load_kld works > > when it is already loaded.) > > > > I've updated the scripts at: > > http://people.freebsd.org/~rmacklem/rc.conf > > and attached them again, so... > > > > could you please take another look at them. > > Looks fine, thanks for sticking with this. :) > > Any chance you could do similar surgery to get rid of nfsserver? > I will, but I'll wait a couple of weeks, just in case I need to revert the above changes (if I need to backout the change of default nfs server). Thanks for your help with this, rick