From owner-svn-src-head@FreeBSD.ORG Tue Sep 9 16:03:45 2014 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70941908; Tue, 9 Sep 2014 16:03:45 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1070DFC6; Tue, 9 Sep 2014 16:03:43 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA29457; Tue, 09 Sep 2014 19:03:42 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1XRNtN-000IQo-ON; Tue, 09 Sep 2014 19:03:41 +0300 Message-ID: <540F24A6.6060606@FreeBSD.org> Date: Tue, 09 Sep 2014 19:02:46 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Hiroki Sato , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r270698 - in head: etc share/man/man5 References: <201408270919.s7R9JNeF054138@svn.freebsd.org> In-Reply-To: <201408270919.s7R9JNeF054138@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 16:03:45 -0000 on 27/08/2014 12:19 Hiroki Sato said the following: > For jail configurations you could use the file > .Pa /etc/rc.conf.d/jail > to store jail specific configuration options. > +If > +.Va local_startup > +contains > +.Pa /usr/local/etc/rc.d > +and > +.Pa /opt/conf , > +.Pa /usr/local/rc.conf.d/jail It seems that the above should be /usr/local/etc/rc.conf.d/jail (note "etc"). > +and > +.Pa /opt/conf/rc.conf.d/jail > +will be loaded. > +If > +.Ao Ar dir Ac Ns Pa /rc.conf.d/ Ns Ao Ar name Ac > +is a directory, > +all of files in the directory will be loaded. -- Andriy Gapon