summaryrefslogtreecommitdiff
path: root/man5
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2008-08-06 16:05:08 +0000
committererdgeist <erdgeist@erdgeist.org>2008-08-06 16:05:08 +0000
commit2e54ff24967bf05fd3a5edfeab7b13f74a9ad0f0 (patch)
treea0d639a2132df054a0d8411f9d890ddc3dff271d /man5
parent58a43ea6a43064a533edb966591a57dbf815bb77 (diff)
Grammar fixes. Thanks and a beer go out to Fred Condo.
Diffstat (limited to 'man5')
-rwxr-xr-xman5/ezjail.510
-rwxr-xr-xman5/ezjail.conf.512
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
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
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)
41This is where the install sub command defaults to fetch its packages from 41This 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
60for more information). 60for more information).
61.TP 61.TP
62.B ezjail_mount_enable (bool) 62.B ezjail_mount_enable (bool)
63Controls, whether /etc/fstab.hostname should be executed at jail startup 63Controls whether /etc/fstab.hostname should be executed at jail startup
64time. 64time.
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)
69Controls, whether newly created jails will be given a working 69Controls whether newly created jails are given a working
70.I /dev 70.I /dev
71directory. (Refer to 71directory. (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)
80Specifies, which devfs ruleset should apply for newly created jails. 80Specifies which devfs ruleset should apply for newly created jails.
81(Refer to 81(Refer to
82.B devfs(5) 82.B devfs(5)
83and 83and
@@ -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)
90Controls, whether newly created jails will be given a working 90Controls whether newly created jails are given a working
91.I /proc 91.I /proc
92directory. (Refer to 92directory. (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)
101Controls, whether newly created jails will be given a working 101Controls whether newly created jails are given a working
102.I /dev/fd/ 102.I /dev/fd/
103directory. (Refer to 103directory. (Refer to
104.B fdescfs(5) 104.B fdescfs(5)