mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Use the right jail parameters for -v (cpuset has changed to cpuset.id).
Reported by: netchild Approved by: bz (mentor)
This commit is contained in:
parent
81e3c4fc8e
commit
baab20bd4e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194364
@ -141,7 +141,7 @@ main(int argc, char **argv)
|
||||
add_param("path", NULL, PARAM_USER);
|
||||
add_param("name", NULL, PARAM_USER);
|
||||
add_param("dying", NULL, PARAM_USER);
|
||||
add_param("cpuset", NULL, PARAM_USER);
|
||||
add_param("cpuset.id", NULL, PARAM_USER);
|
||||
add_param("ip4.addr", NULL, PARAM_USER);
|
||||
add_param("ip6.addr", NULL, PARAM_USER | PARAM_OPT);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user