Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Sep 2010 20:04:55 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r212241 - head/share/man/man5
Message-ID:  <201009052004.o85K4tH6097315@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Sun Sep  5 20:04:54 2010
New Revision: 212241
URL: http://svn.freebsd.org/changeset/base/212241

Log:
  Note in rc.conf(5) that jail_list should contain only alphanumeric
  characters.
  
  PR:		150098
  Submitted by:	cc (cpt_complain at yahoo dot com)
  Approved by:	keramida (mentor)
  MFC after:	1 week

Modified:
  head/share/man/man5/rc.conf.5

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Sun Sep  5 20:04:02 2010	(r212240)
+++ head/share/man/man5/rc.conf.5	Sun Sep  5 20:04:54 2010	(r212241)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 3, 2010
+.Dd September 4, 2010
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -3503,7 +3503,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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009052004.o85K4tH6097315>