summaryrefslogtreecommitdiff
path: root/man5/ezjail.5
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2005-09-27 13:58:35 +0000
committererdgeist <erdgeist@erdgeist.org>2005-09-27 13:58:35 +0000
commitebe67019d1afe1128c48cfb86a5969ec1ab7084f (patch)
tree6e642b4804df2ebb6f56d52c74a0e4ad22b241cb /man5/ezjail.5
parent7908d20e55ba671a7dc2b6df935c226d251b3bd9 (diff)
more exact documentation
Diffstat (limited to 'man5/ezjail.5')
-rwxr-xr-xman5/ezjail.534
1 files changed, 24 insertions, 10 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5
index 77725e8..a3a4498 100755
--- a/man5/ezjail.5
+++ b/man5/ezjail.5
@@ -18,20 +18,34 @@ read only into a number of stripped down jails via
18.B mount_nullfs(8) 18.B mount_nullfs(8)
19- thus saving lots of inodes and memory resources. 19- thus saving lots of inodes and memory resources.
20 20
21The ezjail rc script examines its config directory, sets variables 21.SH INVOCATION
22.I jail_list 22The ezjail script
23and the corresponding config variables for each jail before passing all 23.B EZJAIL_PREFIX/etc/rc.d/ezjail.sh
24commands on to the 24takes parameters
25.I start, restart
26and
27.I stop.
28It may be passed an additional list of jails. If no jail name is
29specified (usually when the script is being called by rc.local at boot
30and shutdown time), all jails in ezjails config directory are being
31started/stopped.
32
33The script then examines its config directory, sets config variables
34for each jail in the jail_list before passing its command on to the
25.B /etc/rc.d/jail 35.B /etc/rc.d/jail
26script. 36script.
37.SH NOTES
27.B ezjail 38.B ezjail
28sets the 39enforces the execution of
29.I jail_enable
30variable to the content of
31.I ezjail_enable
32before calling
33.B /etc/rc.d/jail, 40.B /etc/rc.d/jail,
34so it is not necessary to enable jails in the 41by adding the option
42.I one
43to the start, restart and stop commands
44so it is
45.B NOT NECESSARY
46to set
47.I jail_enable
48in the
35.B /etc/rc.conf 49.B /etc/rc.conf
36config file. 50config file.
37.SH FILES 51.SH FILES