Date: Mon, 15 Jul 2013 15:00:18 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r253364 - stable/8/share/man/man5 Message-ID: <201307151500.r6FF0Ivh036448@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Mon Jul 15 15:00:17 2013 New Revision: 253364 URL: http://svnweb.freebsd.org/changeset/base/253364 Log: MFC r253290: Document that a literal jail name of 0 (zero) is not allowed. PR: 174436 Modified: stable/8/share/man/man5/rc.conf.5 Directory Properties: stable/8/share/man/man5/ (props changed) Modified: stable/8/share/man/man5/rc.conf.5 ============================================================================== --- stable/8/share/man/man5/rc.conf.5 Mon Jul 15 14:59:45 2013 (r253363) +++ stable/8/share/man/man5/rc.conf.5 Mon Jul 15 15:00:17 2013 (r253364) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 22, 2012 +.Dd July 12, 2013 .Dt RC.CONF 5 .Os .Sh NAME @@ -3502,6 +3502,11 @@ configure multiple jails. The names specified in this list will be used to identify settings common to an instance of a jail, and should contain alphanumeric characters only. +The literal jail name of +.Dq Li 0 +.Pq zero +is not allowed. +.Pp 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?201307151500.r6FF0Ivh036448>