From b5f4cc892ac0b38d2ea633a67fa7bb6795aaa4fc Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 21 Feb 2007 04:20:56 +0000 Subject: Learned groff (a little) and beautified the man page. --- man5/ezjail.5 | 46 +++++++++++++--------------------------------- 1 file changed, 13 insertions(+), 33 deletions(-) (limited to 'man5/ezjail.5') diff --git a/man5/ezjail.5 b/man5/ezjail.5 index 49fd0c6..f147ea9 100755 --- a/man5/ezjail.5 +++ b/man5/ezjail.5 @@ -11,44 +11,24 @@ effort and aims for minimum system resource usage. If you are not familiar with the FreeBSD jail concept, please refer to jail(8) before continuing. .SH OVERVIEW -One -.I base jail -is filled with most userland binaries and libraries and then mounted -read only into a number of stripped down jails via -.B mount_nullfs(8) -- thus saving lots of inodes and memory resources. +One \fIbase jail\fR is filled with most userland binaries and libraries and +then mounted read only into a number of stripped down jails via +.B mount_nullfs(8)\fR - thus saving lots of inodes and memory resources. .SH INVOCATION -The ezjail script -.B EZJAIL_PREFIX/etc/rc.d/ezjail.sh -takes parameters -.I start, startcrypto, restart -and -.I stop. -It may be passed an additional list of jails. If no jail name is -specified (usually when the script is being called by rc.local at boot -and shutdown time), all jails in ezjails scope, except crypto image -jails (or jails marked as blocking), are being started/stopped. To -start all crytpo image jails (or those depending on them), use the -.I startcrypto -parameter. +The ezjail script \fBEZJAIL_PREFIX/etc/rc.d/ezjail.sh\fR takes parameters \fIstart, +startcrypto, restart\fR and \fIstop\fR. It may be passed an additional list of +jails. If no jail name is specified (usually when the script is being called by +rc.local at boot and shutdown time), all jails in ezjails scope, except crypto +image jails (or jails marked as blocking), are being started/stopped. To start +all crytpo image jails (or those depending on them), use the \fIstartcrypto\fR parameter. The script examines its config, attaches and mounts images, sets variables for each jail in the jail_list before passing its command on -to the -.B /etc/rc.d/jail -script. +to the \fB/etc/rc.d/jail\fR script. .SH NOTES -.B ezjail.sh -enforces the execution of -.B /etc/rc.d/jail, -by prepending -.I "one" -to the start, restart and stop commands so it is -.B NOT NECESSARY -to set -.I jail_enable -in the -.B /etc/rc.conf +.B ezjail.sh\fR enforces the execution of \fB/etc/rc.d/jail\fR, by +prepending \fI"one"\fR to the start, restart and stop commands so it is +.B NOT NECESSARY\fR to set \fIjail_enable\fR in the \fB/etc/rc.conf\fR config file. .SH FILES EZJAIL_PREFIX/etc/ezjail.conf -- cgit v1.2.3