diff options
Diffstat (limited to 'man5')
-rwxr-xr-x | man5/ezjail.5 | 10 | ||||
-rwxr-xr-x | man5/ezjail.conf.5 | 12 |
2 files changed, 11 insertions, 11 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 |
18 | The ezjail script \fBEZJAIL_PREFIX/etc/rc.d/ezjail.sh\fR takes parameters \fIstart, | 18 | The ezjail script \fBEZJAIL_PREFIX/etc/rc.d/ezjail.sh\fR takes parameters \fIstart, |
19 | startcrypto, restart\fR and \fIstop\fR. It may be passed an additional list of | 19 | startcrypto, restart\fR and \fIstop\fR. It may be passed an additional list of |
20 | jails. If no jail name is specified (usually when the script is being called by | 20 | jails. If no jail name is specified (usually when the script is called by |
21 | rc.local at boot and shutdown time), all jails in ezjails scope, except crypto | 21 | rc.local at boot and shutdown time), all jails in ezjail's scope, except crypto |
22 | image jails (or jails marked as blocking), are being started/stopped. To start | 22 | image jails (or jails marked as blocking), are started/stopped. To start |
23 | all crytpo image jails (or those depending on them), use the \fIstartcrypto\fR parameter. | 23 | all crytpo image jails (or those depending on them), use the \fIstartcrypto\fR parameter. |
24 | 24 | ||
25 | The script examines its config, attaches and mounts images, sets | 25 | The script examines its config, attaches and mounts images, and sets |
26 | variables for each jail in the jail_list before passing its command on | 26 | variables for each jail in the jail_list before passing its command on |
27 | to the \fB/etc/rc.d/jail\fR script. | 27 | to 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 |
30 | prepending \fI"one"\fR to the start, restart and stop commands so it is | 30 | prepending \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 |
32 | config file. | 32 | config file. |
33 | .SH FILES | 33 | .SH FILES |
diff --git a/man5/ezjail.conf.5 b/man5/ezjail.conf.5 index 042d915..9089b86 100755 --- a/man5/ezjail.conf.5 +++ b/man5/ezjail.conf.5 | |||
@@ -38,7 +38,7 @@ Cvs root to use when checking out or updating the ports tree in base jail | |||
38 | .I default: :pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs | 38 | .I default: :pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs |
39 | .TP | 39 | .TP |
40 | .B ezjail_ftphost (str) | 40 | .B ezjail_ftphost (str) |
41 | This is where the install sub command defaults to fetch its packages from | 41 | This is where the install subcommand defaults to fetch its packages from |
42 | .br | 42 | .br |
43 | .I default: ftp.freebsd.org | 43 | .I default: ftp.freebsd.org |
44 | .TP | 44 | .TP |
@@ -60,13 +60,13 @@ utility. Be careful about disabling ezjail_mount_enable. (Refer to | |||
60 | for more information). | 60 | for more information). |
61 | .TP | 61 | .TP |
62 | .B ezjail_mount_enable (bool) | 62 | .B ezjail_mount_enable (bool) |
63 | Controls, whether /etc/fstab.hostname should be executed at jail startup | 63 | Controls whether /etc/fstab.hostname should be executed at jail startup |
64 | time. | 64 | time. |
65 | .br | 65 | .br |
66 | .I default: "YES" | 66 | .I default: "YES" |
67 | .TP | 67 | .TP |
68 | .B ezjail_devfs_enable (bool) | 68 | .B ezjail_devfs_enable (bool) |
69 | Controls, whether newly created jails will be given a working | 69 | Controls whether newly created jails are given a working |
70 | .I /dev | 70 | .I /dev |
71 | directory. (Refer to | 71 | directory. (Refer to |
72 | .B devfs(5) | 72 | .B devfs(5) |
@@ -77,7 +77,7 @@ for more information). | |||
77 | .I default: "YES" | 77 | .I default: "YES" |
78 | .TP | 78 | .TP |
79 | .B ezjail_devfs_ruleset (str) | 79 | .B ezjail_devfs_ruleset (str) |
80 | Specifies, which devfs ruleset should apply for newly created jails. | 80 | Specifies which devfs ruleset should apply for newly created jails. |
81 | (Refer to | 81 | (Refer to |
82 | .B devfs(5) | 82 | .B devfs(5) |
83 | and | 83 | and |
@@ -87,7 +87,7 @@ for more information). | |||
87 | .I default: "devfsrules_jail" | 87 | .I default: "devfsrules_jail" |
88 | .TP | 88 | .TP |
89 | .B ezjail_procfs_enable (bool) | 89 | .B ezjail_procfs_enable (bool) |
90 | Controls, whether newly created jails will be given a working | 90 | Controls whether newly created jails are given a working |
91 | .I /proc | 91 | .I /proc |
92 | directory. (Refer to | 92 | directory. (Refer to |
93 | .B procfs(5) | 93 | .B procfs(5) |
@@ -98,7 +98,7 @@ for more information). | |||
98 | .I default: "YES" | 98 | .I default: "YES" |
99 | .TP | 99 | .TP |
100 | .B ezjail_fdescfs_enable (bool) | 100 | .B ezjail_fdescfs_enable (bool) |
101 | Controls, whether newly created jails will be given a working | 101 | Controls whether newly created jails are given a working |
102 | .I /dev/fd/ | 102 | .I /dev/fd/ |
103 | directory. (Refer to | 103 | directory. (Refer to |
104 | .B fdescfs(5) | 104 | .B fdescfs(5) |