diff options
author | Rob Landley <rob@landley.net> | 2008-01-06 16:01:11 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-01-06 16:01:11 -0600 |
commit | daa7fe6c32a6d6b1b8f0c1754acb0ab6bdbe9186 (patch) | |
tree | 8e3f85050016a4f83858eed4f2ef6d5528f1612c /toys/toylist.h | |
parent | 797a4c3734dab0d70ce6d485acbb4bf922e775c7 (diff) | |
download | toybox-daa7fe6c32a6d6b1b8f0c1754acb0ab6bdbe9186.tar.gz |
Add chvt from David Anders.
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 05d70b16..2dd8620f 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -136,6 +136,7 @@ USE_BASENAME(NEWTOY(basename, "<1>2", TOYFLAG_BIN)) USE_BZCAT(NEWTOY(bzcat, NULL, TOYFLAG_USR|TOYFLAG_BIN)) USE_CATV(NEWTOY(catv, "vte", TOYFLAG_USR|TOYFLAG_BIN)) USE_CHROOT(NEWTOY(chroot, "<1", TOYFLAG_USR|TOYFLAG_SBIN)) +USE_CHVT(NEWTOY(chvt, "<1", TOYFLAG_USR|TOYFLAG_SBIN)) USE_COUNT(NEWTOY(count, NULL, TOYFLAG_USR|TOYFLAG_BIN)) USE_TOYSH(NEWTOY(cd, NULL, TOYFLAG_NOFORK)) USE_DF(NEWTOY(df, "Pkt*a", TOYFLAG_USR|TOYFLAG_SBIN)) |