From df58c57d8a012bf9e3ba7473400ccef5a5749b8a Mon Sep 17 00:00:00 2001 From: gjb Date: Sun, 5 Sep 2010 20:04:54 +0000 Subject: 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 --- share/man/man5/rc.conf.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share/man') diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index f41b6db..80f187b 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -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 jails. 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: -- cgit v1.1