From owner-freebsd-stable@FreeBSD.ORG Fri May 13 09:29:35 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 E8F5A16A4CE for ; Fri, 13 May 2005 09:29:35 +0000 (GMT) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id A1E2043D75 for ; Fri, 13 May 2005 09:29:34 +0000 (GMT) (envelope-from lists-freebsd-stable@biaix.org) Received: (qmail 991 invoked by uid 1000); 13 May 2005 09:28:10 -0000 Date: Fri, 13 May 2005 11:28:09 +0200 From: Joan Picanyol i Puig To: freebsd-stable@freebsd.org Message-ID: <20050513092809.GA314@grummit.biaix.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <20050513012244.GA67227@flash.atmos.colostate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050513012244.GA67227@flash.atmos.colostate.edu> User-Agent: Mutt/1.5.6i Subject: Re: Using jails and djbdns 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 09:29:36 -0000 * Tony Arcieri [20050513 03:21]: > Is there some easy way to reverse this order, so svscan is started first and > jails started afterward? Follow the author's instructions, and put this line into /etc/rc.local: csh -cf '/command/svscanboot &' qvb -- pica