rename introduced

This commit is contained in:
erdgeist 2006-11-15 19:37:21 +00:00
parent 55c93caadc
commit a0c34d12ee

View File

@ -17,7 +17,7 @@ ezjail-admin \- Administrate ezjail
.T .T
.B ezjail-admin config .B ezjail-admin config
[-r run|norun] [-i attach|detach] [-r run|norun] [-n newname] [-i attach|detach]
.I jailname .I jailname
.T .T
@ -117,6 +117,10 @@ manages existing specific ezjails.
You can prevent an ezjail from being run at system start by the -r norun You can prevent an ezjail from being run at system start by the -r norun
option and reenable it by -r run. option and reenable it by -r run.
You can rename an ezjail by using the -n newname option. If the specified
ezjail is an image jail and the image has its default name, it is being
renamed as well.
You can attach image jails for administrative purposes by the -i attach You can attach image jails for administrative purposes by the -i attach
option and detach them with -i detach. It is not possible to run or delete option and detach them with -i detach. It is not possible to run or delete
an attached jail. an attached jail.