Make the ezjail-admin config -r test hack official
This commit is contained in:
parent
b267b62dad
commit
27216be05a
@ -31,7 +31,7 @@
|
|||||||
.Cm start | stop | restart | startcrypto | stopcrypto Ar jailname...
|
.Cm start | stop | restart | startcrypto | stopcrypto Ar jailname...
|
||||||
.Nm
|
.Nm
|
||||||
.Cm config
|
.Cm config
|
||||||
.Op Fl r Ar run | norun
|
.Op Fl r Ar run | norun | test
|
||||||
.Op Fl n Ar newname
|
.Op Fl n Ar newname
|
||||||
.Op Fl i Ar attach | detach | fsck
|
.Op Fl i Ar attach | detach | fsck
|
||||||
.Op Fl z Ar newdataset
|
.Op Fl z Ar newdataset
|
||||||
@ -419,8 +419,10 @@ the jail is restarted.
|
|||||||
.Pp
|
.Pp
|
||||||
The following options are available:
|
The following options are available:
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It Fl r Cm run | norun
|
.It Fl r Cm run | norun | test
|
||||||
Set the jail to be automatically started or not on boot.
|
Set the jail to be automatically started or not on boot.
|
||||||
|
|
||||||
|
Note that the test parameter can be used to check if an ezjail exists, in this case the script will return with an exit code of zero and the runnable state on standard out. A non-zero exit code will be returned if the jail does not exist.
|
||||||
.It Fl n Ar newname
|
.It Fl n Ar newname
|
||||||
Rename the jail. Unless a custom root directory was given with the
|
Rename the jail. Unless a custom root directory was given with the
|
||||||
.Fl r
|
.Fl r
|
||||||
|
Loading…
x
Reference in New Issue
Block a user