diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-21 21:18:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-21 21:18:52 +0000 |
commit | fa405d0cb284011a4f0e47937a0aa34e6ccfff0d (patch) | |
tree | 31a61d59056c80e61b153a69799aa5d007195af4 /busybox.c | |
parent | 202995c61226d4ac4d67956007dd5b4ea3cebe23 (diff) | |
download | busybox-w32-fa405d0cb284011a4f0e47937a0aa34e6ccfff0d.tar.gz busybox-w32-fa405d0cb284011a4f0e47937a0aa34e6ccfff0d.tar.bz2 busybox-w32-fa405d0cb284011a4f0e47937a0aa34e6ccfff0d.zip |
Add in the "reset" command.
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -229,6 +229,9 @@ const struct BB_applet applets[] = { | |||
229 | #ifdef BB_RENICE | 229 | #ifdef BB_RENICE |
230 | {"renice", renice_main, _BB_DIR_USR_BIN}, | 230 | {"renice", renice_main, _BB_DIR_USR_BIN}, |
231 | #endif | 231 | #endif |
232 | #ifdef BB_RESET | ||
233 | {"reset", reset_main, _BB_DIR_USR_BIN, reset_usage}, | ||
234 | #endif | ||
232 | #ifdef BB_RM | 235 | #ifdef BB_RM |
233 | {"rm", rm_main, _BB_DIR_BIN, rm_usage}, | 236 | {"rm", rm_main, _BB_DIR_BIN, rm_usage}, |
234 | #endif | 237 | #endif |