From owner-svn-src-stable-8@FreeBSD.ORG Sun Sep 12 18:37:34 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1EFB106564A; Sun, 12 Sep 2010 18:37:34 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 90D868FC16; Sun, 12 Sep 2010 18:37:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o8CIbYfS096865; Sun, 12 Sep 2010 18:37:34 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o8CIbYes096863; Sun, 12 Sep 2010 18:37:34 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201009121837.o8CIbYes096863@svn.freebsd.org> From: Glen Barber Date: Sun, 12 Sep 2010 18:37:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r212503 - stable/8/share/man/man5 X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2010 18:37:34 -0000 Author: gjb (doc committer) Date: Sun Sep 12 18:37:34 2010 New Revision: 212503 URL: http://svn.freebsd.org/changeset/base/212503 Log: MFC 212241. Note that jail_list should contain alphanumeric characters only. PR: 150098 Approved by: keramida (mentor) Modified: stable/8/share/man/man5/rc.conf.5 Modified: stable/8/share/man/man5/rc.conf.5 ============================================================================== --- stable/8/share/man/man5/rc.conf.5 Sun Sep 12 18:04:47 2010 (r212502) +++ stable/8/share/man/man5/rc.conf.5 Sun Sep 12 18:37:34 2010 (r212503) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 14, 2010 +.Dd September 4, 2010 .Dt RC.CONF 5 .Os .Sh NAME @@ -3402,7 +3402,8 @@ A space separated list of names for jail This is purely a configuration aid to help identify and configure multiple jails. The names specified in this list will be used to -identify settings common to an instance of a jail. +identify settings common to an instance of a jail, +and should contain alphanumeric characters only. Assuming that the jail in question was named .Li vjail , you would have the following dependent variables: