aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jls/jls.c
diff options
context:
space:
mode:
authorJamie Gritton <jamie@FreeBSD.org>2009-06-17 14:32:08 +0000
committerJamie Gritton <jamie@FreeBSD.org>2009-06-17 14:32:08 +0000
commitbaab20bd4e67d99abf62e3e528e73ea964c47d09 (patch)
treefb8a5e0db88a251898a8a3a5050bdaa766bc999a /usr.sbin/jls/jls.c
parent81e3c4fc8e8463c568fce603ee031ae30e07679f (diff)
downloadsrc-baab20bd4e67d99abf62e3e528e73ea964c47d09.tar.gz
src-baab20bd4e67d99abf62e3e528e73ea964c47d09.zip
Use the right jail parameters for -v (cpuset has changed to cpuset.id).
Reported by: netchild Approved by: bz (mentor)
Notes
Notes: svn path=/head/; revision=194364
Diffstat (limited to 'usr.sbin/jls/jls.c')
-rw-r--r--usr.sbin/jls/jls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/jls/jls.c b/usr.sbin/jls/jls.c
index cc8dabd468d0..d5e70d3b15af 100644
--- a/usr.sbin/jls/jls.c
+++ b/usr.sbin/jls/jls.c
@@ -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 {