summaryrefslogtreecommitdiff
path: root/man5
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-02-08 11:13:58 +0000
committererdgeist <erdgeist@erdgeist.org>2006-02-08 11:13:58 +0000
commit0e2bb6a9ec73da8ef90e8e7cce2bff8ce0f135e2 (patch)
tree5afe1edfc0ef36dfa42b5f0cdbbfa97ad507ee9a /man5
parentbe3bfa65bead5c5cf7c540c876240b2b11285b85 (diff)
Tightening up documentation.
Diffstat (limited to 'man5')
-rwxr-xr-xman5/ezjail.57
-rwxr-xr-xman5/ezjail.conf.52
2 files changed, 4 insertions, 5 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5
index 1f84ffa..27fdade 100755
--- a/man5/ezjail.5
+++ b/man5/ezjail.5
@@ -26,11 +26,10 @@ and
26.I stop. 26.I stop.
27It may be passed an additional list of jails. If no jail name is 27It may be passed an additional list of jails. If no jail name is
28specified (usually when the script is being called by rc.local at boot 28specified (usually when the script is being called by rc.local at boot
29and shutdown time), all jails in ezjails config directory are being 29and shutdown time), all jails in ezjails scope are being started/stopped.
30started/stopped.
31 30
32The script then examines its config directory, sets config variables 31The script examines its config, sets variables for each jail in the
33for each jail in the jail_list before passing its command on to the 32jail_list before passing its command on to the
34.B /etc/rc.d/jail 33.B /etc/rc.d/jail
35script. 34script.
36.SH NOTES 35.SH NOTES
diff --git a/man5/ezjail.conf.5 b/man5/ezjail.conf.5
index c7f10f6..8a04177 100755
--- a/man5/ezjail.conf.5
+++ b/man5/ezjail.conf.5
@@ -44,7 +44,7 @@ utility. Be careful about disabling ezjail_mount_enable. (Refer to
44for more information). 44for more information).
45.TP 45.TP
46.B ezjail_mount_enable (bool) 46.B ezjail_mount_enable (bool)
47Controls, wheter /etc/fstab.JAILNAME should be executed at jail startup 47Controls, wheter /etc/fstab.hostname should be executed at jail startup
48time. 48time.
49.br 49.br
50.I default: "YES" 50.I default: "YES"