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:
Jamie Gritton 2009-06-17 14:32:08 +00:00
parent 81e3c4fc8e
commit baab20bd4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194364

View File

@ -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 {