commit | fa405d0cb284011a4f0e47937a0aa34e6ccfff0d | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Aug 21 21:18:52 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Aug 21 21:18:52 2000 +0000 |
tree | 31a61d59056c80e61b153a69799aa5d007195af4 | |
parent | 202995c61226d4ac4d67956007dd5b4ea3cebe23 [diff] [blame] |
Add in the "reset" command. -Erik
diff --git a/busybox.c b/busybox.c index 25bfe43..5d13a7b 100644 --- a/busybox.c +++ b/busybox.c
@@ -229,6 +229,9 @@ #ifdef BB_RENICE {"renice", renice_main, _BB_DIR_USR_BIN}, #endif +#ifdef BB_RESET + {"reset", reset_main, _BB_DIR_USR_BIN, reset_usage}, +#endif #ifdef BB_RM {"rm", rm_main, _BB_DIR_BIN, rm_usage}, #endif