diff options
author | Rob Landley <rob@landley.net> | 2007-12-03 19:28:51 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-03 19:28:51 -0600 |
commit | 8e34ca64823183b94c5e1fdc632b311bafc5d9da (patch) | |
tree | c59abeeef90bb1d7e6d705ad4c1753d147979917 /toys/toylist.h | |
parent | f76040136405d824fa8c2c47f7643c31f52bff93 (diff) | |
download | toybox-8e34ca64823183b94c5e1fdc632b311bafc5d9da.tar.gz |
Add chroot.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/toylist.h b/toys/toylist.h index 360efa8a..f24266bb 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -119,6 +119,7 @@ NEWTOY(toybox, NULL, 0) USE_BASENAME(NEWTOY(basename, "<1>2", TOYFLAG_BIN)) USE_BZCAT(NEWTOY(bzcat, "", TOYFLAG_USR|TOYFLAG_BIN)) USE_CATV(NEWTOY(catv, "vte", TOYFLAG_USR|TOYFLAG_BIN)) +USE_CHROOT(NEWTOY(chroot, "<1", TOYFLAG_USR|TOYFLAG_SBIN)) USE_COUNT(NEWTOY(count, "", TOYFLAG_USR|TOYFLAG_BIN)) USE_TOYSH(NEWTOY(cd, NULL, TOYFLAG_NOFORK)) USE_DF(NEWTOY(df, "Pkt*a", TOYFLAG_USR|TOYFLAG_SBIN)) |