From owner-freebsd-rc@FreeBSD.ORG Thu Jul 7 01:22:28 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 A0FF7106564A for ; Thu, 7 Jul 2011 01:22:28 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5ED088FC15 for ; Thu, 7 Jul 2011 01:22:28 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al4HAGoJFU6DaFvO/2dsb2JhbABTG4QnlGKPZKxcjjyQZ4Erg3+BDQSSQZBZ X-IronPort-AV: E=Sophos;i="4.65,490,1304308800"; d="scan'208";a="130065522" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 06 Jul 2011 21:22:27 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 72BD4B3F29 for ; Wed, 6 Jul 2011 21:22:27 -0400 (EDT) Date: Wed, 6 Jul 2011 21:22:27 -0400 (EDT) From: Rick Macklem To: rc@freebsd.org Message-ID: <347974293.291780.1310001747423.JavaMail.root@erie.cs.uoguelph.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.201] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Cc: Subject: nfsd script update 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: Thu, 07 Jul 2011 01:22:28 -0000 Hi, Someone just pointed out that a -current system won't work when the old nfs server isn't available. That reminded me about the /etc/rc.d/nfsd script update which needs a review. It's at: http://people.freebsd.org/~rmacklem/rc.conf (There is both a diff and the updated script there.) This nfsd change allows the script /etc/rc.d/nfsserver to be deleted. Hopefully you can do this soon, before the code freeze, rick