10.11.2018 19:12, Bjoern A. Zeeb wrote:
>> Author: eugen
>> Date: Sat Nov 10 12:03:57 2018
>> New Revision: 340319
>> URL: https://svnweb.freebsd.org/changeset/base/340319
>>
>> Log:
>> jail(8): introduce new command option -e to exhibit
>> a list of configured non-wildcard jails with their parameters,
>> no matter running or not.
>>
>> The option -e takes separator argument that is used
>> to separate printed parameters. It will be used with following
>> additions to system periodic scripts to differentiate parts
>> of directory tree belonging jails as opposed to host's.
>
> From reading this and the man page changes I have a hard time to understand
> what this does.
>
> What is a “wildcard jail” or a “non-wildcard jail”?
Modern jail configuration style assumes usage of jail.conf file
and jail.conf(5) manual page documents it:
A jail definition with a name of "*" is used to define wildcard
parameters.
Feel free to fix wording of my changes to the manual as English is not my
native language,
I will appreciate any help.
> Usually also jls is the command which will give information (compared to
> actions) on jails, would that not fit there?
The jls utility lists all active jails (from its manual).
jail -e exhibits all configured jails, no matter active (running) or not.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"