summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xman1/ezjail-admin.16
-rwxr-xr-xman5/ezjail.511
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.
59lists all jails inside ezjails scope, together with some information on 59lists all jails inside ezjails scope, together with some information on
60them. 60them.
61.SH ezjail-admin update 61.SH ezjail-admin update
62installs a FreeBSD system from the source tree to a location either 62installs a FreeBSD system from the source tree whose location is either
63provided in the 63provided in the
64.B ezjail.conf 64.B ezjail.conf
65config file or via the -s option. 65config file or via the -s option.
@@ -74,8 +74,8 @@ otherwise
74is invoked. 74is invoked.
75 75
76It then fills the basejail from that temporary directory (leaving intact 76It then fills the basejail from that temporary directory (leaving intact
77all installed libraries, if the base jail already existed). All 77all installed libraries, if the base jail already exists). All
78directories copied are removed and replaced by soft links into the 78copied directories are then removed and replaced by soft links into the
79base jail tree that later will be mounted into the jail. 79base jail tree that later will be mounted into the jail.
80 80
81Finally it removes the old template jail and renames the 81Finally 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
26and 26and
27.I stop. 27.I stop.
28It may be passed an additional list of jails. If no jail name is 28It may be passed an additional list of jails. If no jail name is
29specified (usually when the script is being called by rc.local at boot 29specified (usually when the script is being called by rc.local at boot
30and shutdown time), all jails in ezjails config directory are being 30and shutdown time), all jails in ezjails config directory are being
31started/stopped. 31started/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
36script. 36script.
37.SH NOTES 37.SH NOTES
38.B ezjail 38.B ezjail.sh
39enforces the execution of 39enforces the execution of
40.B /etc/rc.d/jail, 40.B /etc/rc.d/jail,
41by adding the option 41by prepending
42.I one 42.I "one"
43to the start, restart and stop commands 43to the start, restart and stop commands so it is
44so it is
45.B NOT NECESSARY 44.B NOT NECESSARY
46to set 45to set
47.I jail_enable 46.I jail_enable