diff options
author | erdgeist <erdgeist@erdgeist.org> | 2005-10-14 16:22:05 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2005-10-14 16:22:05 +0000 |
commit | 709e87e5dc2b124287a96d10ad70d955574ad99e (patch) | |
tree | c4659d5f10572672290a72d7a49a3803c9fbac14 /man1/ezjail-admin.1 | |
parent | 75b1c0589489b2c4418239f71c4798f9150ee77d (diff) |
Last cleanups before committingRELEASE_1_0
Diffstat (limited to 'man1/ezjail-admin.1')
-rwxr-xr-x | man1/ezjail-admin.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index 56cd15c..8e42e46 100755 --- a/man1/ezjail-admin.1 +++ b/man1/ezjail-admin.1 | |||
@@ -38,23 +38,24 @@ in situations where you just want to alter some of a jail properties and | |||
38 | called ezjail-admin delete without the -w option before. However, sanity | 38 | called ezjail-admin delete without the -w option before. However, sanity |
39 | checks are being performed. | 39 | checks are being performed. |
40 | 40 | ||
41 | It then creates an entry in its /etc/ezjail directory allowing the | 41 | It then creates an entry in its etc/ezjail/ resource directory allowing |
42 | jail to be brought up after next reboot. | 42 | the jail to be brought up after next reboot. |
43 | 43 | ||
44 | If the ezjail_mount_enable option is set, a /etc/fstab.hostname is | 44 | If the ezjail_mount_enable option is set, a /etc/fstab.hostname is |
45 | generated, allowing the basejail to be auto-mounted when the jail starts | 45 | generated, allowing the basejail to be auto-mounted when the jail starts |
46 | up. | 46 | up. |
47 | 47 | ||
48 | Options for newly created jails are read from ezjail.conf, refer to | 48 | Options for newly created jails are read from |
49 | ezjail.conf(5) for more information. | 49 | .B ezjail.conf, |
50 | refer to ezjail.conf(5) for more information. | ||
50 | .SH ezjail-admin delete | 51 | .SH ezjail-admin delete |
51 | removes a jail from ezjails /etc/ezjail resource directory thus preventing | 52 | removes a jail from ezjails etc/ezjail/ resource directory thus preventing |
52 | it from being brought up on next reboot. | 53 | it from being brought up on next reboot. |
53 | 54 | ||
54 | It then removes the /etc/fstab.hostname entry, if it exists. | 55 | It then removes the /etc/fstab.hostname entry, if it exists. |
55 | 56 | ||
56 | If the -w (wipe) option is given, the directory pointed to by the jail | 57 | If the -w (wipe) option is given, the directory pointed to by the jail |
57 | root entry is removed as well as the soft link, if necessary. | 58 | root entry is removed as well as the soft link in ezjails root dir. |
58 | .SH ezjail-admin list | 59 | .SH ezjail-admin list |
59 | lists all jails inside ezjails scope, together with some information on | 60 | lists all jails inside ezjails scope, together with some information on |
60 | them. | 61 | them. |