diff options
-rwxr-xr-x | man1/ezjail-admin.1 | 6 | ||||
-rwxr-xr-x | man5/ezjail.5 | 11 |
2 files changed, 8 insertions, 9 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index 11298c2..56cd15c 100755 --- a/man1/ezjail-admin.1 +++ b/man1/ezjail-admin.1 | |||
@@ -59,7 +59,7 @@ root entry is removed as well as the soft link, if necessary. | |||
59 | lists all jails inside ezjails scope, together with some information on | 59 | lists all jails inside ezjails scope, together with some information on |
60 | them. | 60 | them. |
61 | .SH ezjail-admin update | 61 | .SH ezjail-admin update |
62 | installs a FreeBSD system from the source tree to a location either | 62 | installs a FreeBSD system from the source tree whose location is either |
63 | provided in the | 63 | provided in the |
64 | .B ezjail.conf | 64 | .B ezjail.conf |
65 | config file or via the -s option. | 65 | config file or via the -s option. |
@@ -74,8 +74,8 @@ otherwise | |||
74 | is invoked. | 74 | is invoked. |
75 | 75 | ||
76 | It then fills the basejail from that temporary directory (leaving intact | 76 | It then fills the basejail from that temporary directory (leaving intact |
77 | all installed libraries, if the base jail already existed). All | 77 | all installed libraries, if the base jail already exists). All |
78 | directories copied are removed and replaced by soft links into the | 78 | copied directories are then removed and replaced by soft links into the |
79 | base jail tree that later will be mounted into the jail. | 79 | base jail tree that later will be mounted into the jail. |
80 | 80 | ||
81 | Finally it removes the old template jail and renames the | 81 | Finally it removes the old template jail and renames the |
diff --git a/man5/ezjail.5 b/man5/ezjail.5 index a3a4498..842af30 100755 --- a/man5/ezjail.5 +++ b/man5/ezjail.5 | |||
@@ -26,7 +26,7 @@ takes parameters | |||
26 | and | 26 | and |
27 | .I stop. | 27 | .I stop. |
28 | It may be passed an additional list of jails. If no jail name is | 28 | It may be passed an additional list of jails. If no jail name is |
29 | specified (usually when the script is being called by rc.local at boot | 29 | specified (usually when the script is being called by rc.local at boot |
30 | and shutdown time), all jails in ezjails config directory are being | 30 | and shutdown time), all jails in ezjails config directory are being |
31 | started/stopped. | 31 | started/stopped. |
32 | 32 | ||
@@ -35,13 +35,12 @@ for each jail in the jail_list before passing its command on to the | |||
35 | .B /etc/rc.d/jail | 35 | .B /etc/rc.d/jail |
36 | script. | 36 | script. |
37 | .SH NOTES | 37 | .SH NOTES |
38 | .B ezjail | 38 | .B ezjail.sh |
39 | enforces the execution of | 39 | enforces the execution of |
40 | .B /etc/rc.d/jail, | 40 | .B /etc/rc.d/jail, |
41 | by adding the option | 41 | by prepending |
42 | .I one | 42 | .I "one" |
43 | to the start, restart and stop commands | 43 | to the start, restart and stop commands so it is |
44 | so it is | ||
45 | .B NOT NECESSARY | 44 | .B NOT NECESSARY |
46 | to set | 45 | to set |
47 | .I jail_enable | 46 | .I jail_enable |