From owner-freebsd-stable@FreeBSD.ORG Fri May 13 01:29:42 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08EF416A4CE for ; Fri, 13 May 2005 01:29:42 +0000 (GMT) Received: from flash.atmos.colostate.edu (flash.atmos.colostate.edu [129.82.48.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0FA143D80 for ; Fri, 13 May 2005 01:29:41 +0000 (GMT) (envelope-from tarcieri@flash.atmos.colostate.edu) Received: from flash.atmos.colostate.edu (localhost [127.0.0.1]) j4D1TfLK067297 for ; Thu, 12 May 2005 19:29:41 -0600 (MDT) (envelope-from tarcieri@flash.atmos.colostate.edu) Received: (from tarcieri@localhost) by flash.atmos.colostate.edu (8.13.1/8.13.1/Submit) id j4D1TfYN067296 for freebsd-stable@freebsd.org; Thu, 12 May 2005 19:29:41 -0600 (MDT) (envelope-from tarcieri) Date: Thu, 12 May 2005 19:29:41 -0600 From: Tony Arcieri To: freebsd-stable@freebsd.org Message-ID: <20050513012941.GB67227@flash.atmos.colostate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: rcNG dependency ordering X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 13 May 2005 01:29:42 -0000 After playing around with rcNG a bit more I think I have a better grasp of how to fix my djbdns and jails problem. However I was wondering why rcorder wasn't run on /usr/local/etc/rc.d/* in addition to /etc/rc.d/* in /etc/rc Tony Arcieri