summaryrefslogtreecommitdiff
path: root/man5/ezjail.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/ezjail.5')
-rwxr-xr-xman5/ezjail.510
1 files changed, 5 insertions, 5 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5
index f147ea9..62cbb42 100755
--- a/man5/ezjail.5
+++ b/man5/ezjail.5
@@ -17,17 +17,17 @@ then mounted read only into a number of stripped down jails via
17.SH INVOCATION 17.SH INVOCATION
18The ezjail script \fBEZJAIL_PREFIX/etc/rc.d/ezjail.sh\fR takes parameters \fIstart, 18The ezjail script \fBEZJAIL_PREFIX/etc/rc.d/ezjail.sh\fR takes parameters \fIstart,
19startcrypto, restart\fR and \fIstop\fR. It may be passed an additional list of 19startcrypto, restart\fR and \fIstop\fR. It may be passed an additional list of
20jails. If no jail name is specified (usually when the script is being called by 20jails. If no jail name is specified (usually when the script is called by
21rc.local at boot and shutdown time), all jails in ezjails scope, except crypto 21rc.local at boot and shutdown time), all jails in ezjail's scope, except crypto
22image jails (or jails marked as blocking), are being started/stopped. To start 22image jails (or jails marked as blocking), are started/stopped. To start
23all crytpo image jails (or those depending on them), use the \fIstartcrypto\fR parameter. 23all crytpo image jails (or those depending on them), use the \fIstartcrypto\fR parameter.
24 24
25The script examines its config, attaches and mounts images, sets 25The script examines its config, attaches and mounts images, and sets
26variables for each jail in the jail_list before passing its command on 26variables for each jail in the jail_list before passing its command on
27to the \fB/etc/rc.d/jail\fR script. 27to the \fB/etc/rc.d/jail\fR script.
28.SH NOTES 28.SH NOTES
29.B ezjail.sh\fR enforces the execution of \fB/etc/rc.d/jail\fR, by 29.B ezjail.sh\fR enforces the execution of \fB/etc/rc.d/jail\fR, by
30prepending \fI"one"\fR to the start, restart and stop commands so it is 30prepending \fI"one"\fR to the start, restart, and stop commands so it is
31.B NOT NECESSARY\fR to set \fIjail_enable\fR in the \fB/etc/rc.conf\fR 31.B NOT NECESSARY\fR to set \fIjail_enable\fR in the \fB/etc/rc.conf\fR
32config file. 32config file.
33.SH FILES 33.SH FILES