svn commit: r210975 - head/usr.sbin/jail

[ Available lists | Index of svn-src-all | Month of Aug 2010 | Week of 6 Aug 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Jamie Gritton <jamie@FreeBSD.org>
Date
6 Aug 2010 22:06:12
Subject
svn commit: r210975 - head/usr.sbin/jail
Message-ID
201008062206.o76M6CCa045108@svn.freebsd.org


[ Hide this part ]
Author: jamie
Date: Fri Aug 6 22:06:12 2010
New Revision: 210975
URL: http://svn.freebsd.org/changeset/base/210975

Log:
Note that a jail without a command parameter will be persistent,
instead of explicitly requiring one of "command" or "persist".

MFC after: 3 days

Modified:
head/usr.sbin/jail/jail.8

Modified: head/usr.sbin/jail/jail.8
==============================================================================
--- head/usr.sbin/jail/jail.8 Fri Aug 6 22:04:18 2010 (r210974)
+++ head/usr.sbin/jail/jail.8 Fri Aug 6 22:06:12 2010 (r210975)
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 17, 2010
+.Dd August 6, 2010
.Dt JAIL 8
.Os
.Sh NAME
@@ -333,11 +333,11 @@ where the jail's chroot directory is loc
Setting this boolean parameter allows a jail to exist without any
processes.
Normally, a jail is destroyed as its last process exits.
-A new jail must have either the
-.Va persist
-parameter or
+A new jail created without processes (i.e. the
.Va command
-pseudo-parameter set.
+pseudo-parameter) will automatically have
+.Va persist
+set.
.It Va cpuset.id
The ID of the cpuset associated with this jail (read-only).
.It Va dying


Elapsed time: 0.171 seconds