Added 'dumpkmap' to allow people to dump a binary keymap, which can then be

loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org>
 -Erik
This commit is contained in:
Eric Andersen
2000-07-11 17:29:36 +00:00
parent df5f6ba115
commit 61dc057183
11 changed files with 248 additions and 14 deletions

View File

@ -87,6 +87,9 @@ const struct BB_applet applets[] = {
#ifdef BB_DU
{"du", du_main, _BB_DIR_BIN},
#endif
#ifdef BB_DUMPKMAP
{"dumpkmap", dumpkmap_main, _BB_DIR_BIN},
#endif
#ifdef BB_DUTMP
{"dutmp", dutmp_main, _BB_DIR_USR_SBIN},
#endif