diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-05-22 00:20:47 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-05-22 00:20:47 +0000 |
commit | 5c2ac7cf28973a67df34da71b670e8d74d776ddd (patch) | |
tree | 3b7e71212344ce9ac5b3b819a1c5267151e441cd /man5 | |
parent | 24e91c5d8b649e8b9c4cb1e63378c937e54d58c2 (diff) |
Preparing for release of ezjail-2.0beta
Diffstat (limited to 'man5')
-rwxr-xr-x | man5/ezjail.5 | 9 | ||||
-rwxr-xr-x | man5/ezjail.conf.5 | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5 index aaef3f0..49fd0c6 100755 --- a/man5/ezjail.5 +++ b/man5/ezjail.5 | |||
@@ -27,13 +27,14 @@ and | |||
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 scope, except crypto image | 29 | and shutdown time), all jails in ezjails scope, except crypto image |
30 | jails, are being started/stopped. To start all crytpo image jails, use | 30 | jails (or jails marked as blocking), are being started/stopped. To |
31 | the | 31 | start all crytpo image jails (or those depending on them), use the |
32 | .I startcrypto | 32 | .I startcrypto |
33 | parameter. | 33 | parameter. |
34 | 34 | ||
35 | The script examines its config, sets variables for each jail in the | 35 | The script examines its config, attaches and mounts images, sets |
36 | jail_list before passing its command on to the | 36 | variables for each jail in the jail_list before passing its command on |
37 | to the | ||
37 | .B /etc/rc.d/jail | 38 | .B /etc/rc.d/jail |
38 | script. | 39 | script. |
39 | .SH NOTES | 40 | .SH NOTES |
diff --git a/man5/ezjail.conf.5 b/man5/ezjail.conf.5 index 2314ec6..6afede0 100755 --- a/man5/ezjail.conf.5 +++ b/man5/ezjail.conf.5 | |||
@@ -37,6 +37,11 @@ Cvs root to use when checking out or updating the ports tree in base jail | |||
37 | .br | 37 | .br |
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) | ||
41 | This is where the install sub command defaults to fetch its packages from | ||
42 | .br | ||
43 | .I default: ftp.freebsd.org | ||
44 | .TP | ||
40 | .B ezjail_uglyperlhack (bool) | 45 | .B ezjail_uglyperlhack (bool) |
41 | Set to YES, if ezjail should provide a soft link from /usr/bin/perl to /usr/local/bin/perl in base jail. | 46 | Set to YES, if ezjail should provide a soft link from /usr/bin/perl to /usr/local/bin/perl in base jail. |
42 | .br | 47 | .br |