diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-21 22:46:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-21 22:46:33 +0000 |
commit | 918507eddaa70b3f75196802b8f905f97bd5f5b6 (patch) | |
tree | 83f5bff33a0bb5d9087fdb64ea4e8da3d5e138db /busybox.c | |
parent | 851ce895bdf33b95ccbfc67061f8949e36fad196 (diff) | |
download | busybox-w32-918507eddaa70b3f75196802b8f905f97bd5f5b6.tar.gz busybox-w32-918507eddaa70b3f75196802b8f905f97bd5f5b6.tar.bz2 busybox-w32-918507eddaa70b3f75196802b8f905f97bd5f5b6.zip |
Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.
I added the docs, and made behavior identical to the GNU version.
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -226,6 +226,9 @@ const struct BB_applet applets[] = { | |||
226 | #ifdef BB_PWD | 226 | #ifdef BB_PWD |
227 | {"pwd", pwd_main, _BB_DIR_BIN, pwd_usage}, | 227 | {"pwd", pwd_main, _BB_DIR_BIN, pwd_usage}, |
228 | #endif | 228 | #endif |
229 | #ifdef BB_RDATE | ||
230 | {"rdate", rdate_main, _BB_DIR_USR_BIN, rdate_usage}, | ||
231 | #endif | ||
229 | #ifdef BB_REBOOT | 232 | #ifdef BB_REBOOT |
230 | {"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage}, | 233 | {"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage}, |
231 | #endif | 234 | #endif |