From owner-freebsd-jail@FreeBSD.ORG Sun Mar 31 14:32:46 2013 Return-Path: Delivered-To: freebsd-jail@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 674EB392 for ; Sun, 31 Mar 2013 14:32:46 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from m2.gritton.org (gritton.org [199.192.164.235]) by mx1.freebsd.org (Postfix) with ESMTP id 177CDEFC for ; Sun, 31 Mar 2013 14:32:45 +0000 (UTC) Received: from glorfindel.gritton.org (c-174-52-130-157.hsd1.ut.comcast.net [174.52.130.157]) (authenticated bits=0) by m2.gritton.org (8.14.5/8.14.5) with ESMTP id r2VEQvcQ059792; Sun, 31 Mar 2013 08:26:58 -0600 (MDT) (envelope-from jamie@FreeBSD.org) Message-ID: <515847AF.8070808@FreeBSD.org> Date: Sun, 31 Mar 2013 08:26:55 -0600 From: Jamie Gritton User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.24) Gecko/20120129 Thunderbird/3.1.16 MIME-Version: 1.0 To: Dirk Engling Subject: Re: rc.d/jail and jail.conf References: <515721F8.9090202@erdgeist.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-jail@FreeBSD.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Mar 2013 14:32:46 -0000 On 03/30/13 14:59, Dirk Engling wrote: > On Sat, 30 Mar 2013, Nicolas de Bari Embriz Garcia Rojas wrote: > >> If I am right you can define the order of start for jails in the >> jail2_list (rc.conf), something like: >> >> jail2_list="jail1 jail2" > > Thanks, I suppose it mimicks the way rc.d/jail has handled it. I just > wondered if there's a way to have this order automatically determined by > a dependency graph, it's a minor request, though. jail(8) itself does the dependency graph. So the jail2 startup needs to run a single jail command instead of one for each jail. - Jamie