From owner-freebsd-jail@FreeBSD.ORG Tue Jan 27 17:03:20 2015 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A13F02E3 for ; Tue, 27 Jan 2015 17:03:20 +0000 (UTC) Received: from elektropost.org (elektropost.org [217.115.13.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0F8E7DB for ; Tue, 27 Jan 2015 17:03:19 +0000 (UTC) Received: (qmail 62208 invoked from network); 27 Jan 2015 17:03:11 -0000 Received: from elektropost.org (HELO elektropost.org) (erdgeist@erdgeist.org) by elektropost.org with ESMTPS (DHE-RSA-AES128-SHA encrypted); 27 Jan 2015 17:03:11 -0000 Message-ID: <54C7C4C4.60908@erdgeist.org> Date: Tue, 27 Jan 2015 18:03:00 +0100 From: Dirk Engling User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Mark Felder , freebsd-jail@freebsd.org Subject: Re: preferred jail management tool References: <20150127012347.GA4940@lonesome.com> <20150127141239.V77290@sola.nimnet.asn.au> <54C7958B.40007@gmail.com> <1422377865.3055728.219576589.684C5A1B@webmail.messagingengine.com> In-Reply-To: <1422377865.3055728.219576589.684C5A1B@webmail.messagingengine.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 17:03:20 -0000 On 27.01.15 17:57, Mark Felder wrote: > I'll admit that last time I used ezjail I found it frustratingly > difficult to locate concise documentation on exactly how flavours > worked, and how to use scripts to do things to the new jails as well as > copying in the files I wanted. Maybe I just didn't look hard enough, > though. Well, I built flavours as stupidly simply as it gets: all it does is to copy files and some of them happen to be located in /etc/rc.d, being executed at the first start up. If you would have taken a single look into the example flavour, you should have noticed. Even in the old docs this was pointed out, the overhauled man pages do that even more precisely. erdgeist