From owner-freebsd-stable@FreeBSD.ORG Fri May 25 13:11:15 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF54816A46B for ; Fri, 25 May 2007 13:11:15 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from cheyenne.sixcompanies.com (cheyenne.sixcompanies.com [65.43.82.170]) by mx1.freebsd.org (Postfix) with ESMTP id 64F5013C46C for ; Fri, 25 May 2007 13:11:15 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from coors.sixcompanies.com (coors.sixcompanies.com [10.43.82.5]) by cheyenne.sixcompanies.com (8.14.1+Sun/8.14.1) with ESMTP id l4PCg9Eo003842 for ; Fri, 25 May 2007 07:42:09 -0500 (CDT) Message-Id: <200705251242.l4PCg9Eo003842@cheyenne.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 25 May 2007 07:42:10 -0500 To: freebsd-stable@freebsd.org From: JD Bronson Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: /etc/rc.d after cvsup yesterday? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 13:11:15 -0000 I noticed after cvsup'ing the other day (6.2-stable) that /etc/rc.d now has some issues: # rcorder /usr/src/etc/rc.d/* rcorder: requirement `zfs' in file `/usr/src/etc/rc.d/FILESYSTEMS' has no providers. (removing 'zfs' in FILESYSTEMS fixes this) and then this later on with rcorder: .. ... /usr/src/etc/rc.d/routed rcorder: Circular dependency on provision `mountcritremote' in file `/usr/src/etc/rc.d/archdep'. So to fix this (for now) I just changed the REQUIRE from 'mountcritremote' to 'routed' and that seems to be OK for me. Anyone else notice this? -JD