diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-02-08 11:13:58 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-02-08 11:13:58 +0000 |
commit | 0e2bb6a9ec73da8ef90e8e7cce2bff8ce0f135e2 (patch) | |
tree | 5afe1edfc0ef36dfa42b5f0cdbbfa97ad507ee9a /man5 | |
parent | be3bfa65bead5c5cf7c540c876240b2b11285b85 (diff) |
Tightening up documentation.
Diffstat (limited to 'man5')
-rwxr-xr-x | man5/ezjail.5 | 7 | ||||
-rwxr-xr-x | man5/ezjail.conf.5 | 2 |
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. |
27 | It may be passed an additional list of jails. If no jail name is | 27 | It may be passed an additional list of jails. If no jail name is |
28 | specified (usually when the script is being called by rc.local at boot | 28 | specified (usually when the script is being called by rc.local at boot |
29 | and shutdown time), all jails in ezjails config directory are being | 29 | and shutdown time), all jails in ezjails scope are being started/stopped. |
30 | started/stopped. | ||
31 | 30 | ||
32 | The script then examines its config directory, sets config variables | 31 | The script examines its config, sets variables for each jail in the |
33 | for each jail in the jail_list before passing its command on to the | 32 | jail_list before passing its command on to the |
34 | .B /etc/rc.d/jail | 33 | .B /etc/rc.d/jail |
35 | script. | 34 | script. |
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 | |||
44 | for more information). | 44 | for more information). |
45 | .TP | 45 | .TP |
46 | .B ezjail_mount_enable (bool) | 46 | .B ezjail_mount_enable (bool) |
47 | Controls, wheter /etc/fstab.JAILNAME should be executed at jail startup | 47 | Controls, wheter /etc/fstab.hostname should be executed at jail startup |
48 | time. | 48 | time. |
49 | .br | 49 | .br |
50 | .I default: "YES" | 50 | .I default: "YES" |