From owner-svn-src-all@FreeBSD.ORG Thu Jun 7 02:51:49 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FC0A1065673 for ; Thu, 7 Jun 2012 02:51:49 +0000 (UTC) (envelope-from andy@fud.org.nz) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 36E458FC14 for ; Thu, 7 Jun 2012 02:51:48 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so396459pbb.13 for ; Wed, 06 Jun 2012 19:51:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=DuiPtZWVvjxdNcmNfo+vr1fwWrnEBbz8d4PMZcEzGhs=; b=QRpqlwV/GPlAjJzCjkiAyCY+YjbuoOzotkVvgEV6uZ4K9zMtHxpjOxSkPtvtPEuD3z IfeHygyWr48xnAk7m0Nu9pK6dxfqVfYfmDs0b1SvQg7kRpeXqBBeYT+849s/q88dY2Zr 2IQ4wtUtEJgh36EE2tHu3SIvfZo+r1UOwRpI5klhqQgHsDVcqmioZ3or+rCkqysW1zQa WmImDPNrfvV8kRIHj11XthLPTtedNrU3WHHElLRChKz3IaQhAdcx0MtkokHtou4YEWnS eehlR9VhyxlCUPAJDPWkc9F4psLo0b6qZ/jVGzO0cCpzDiARSJ0fwXCH37WvjSXufehc JgBg== MIME-Version: 1.0 Received: by 10.68.190.40 with SMTP id gn8mr3262008pbc.118.1339037508617; Wed, 06 Jun 2012 19:51:48 -0700 (PDT) Sender: andy@fud.org.nz Received: by 10.68.73.161 with HTTP; Wed, 6 Jun 2012 19:51:48 -0700 (PDT) In-Reply-To: <201204261736.q3QHa5qq060172@svn.freebsd.org> References: <201204261736.q3QHa5qq060172@svn.freebsd.org> Date: Thu, 7 Jun 2012 14:51:48 +1200 X-Google-Sender-Auth: vRUw40fRPO-4G7OCk6D2DyjLmWE Message-ID: From: Andrew Thompson To: Jamie Gritton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkZobVqI6IXSKqXoLN/aE2/TJusPVxz/pE0gG76A9SD6XRhh3DFIvo+EJwaDNy2nrqDtUmv Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r234712 - in head: lib/libc/sys usr.sbin/jail X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 02:51:49 -0000 On 27 April 2012 05:36, Jamie Gritton wrote: > Author: jamie > Date: Thu Apr 26 17:36:05 2012 > New Revision: 234712 > URL: http://svn.freebsd.org/changeset/base/234712 > > Log: > =A0A new jail(8) with a configuration file, ultimately to replace the wor= k > =A0currently done by /etc/rc.d/jail. > Is there any further information about this? Is this going to be hooked in to rc.conf? regards, Andrew