aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-21 22:46:33 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-21 22:46:33 +0000
commitcbf9b9fb9042d1f3befdc6fc6d5c27d76dbd9ad8 (patch)
tree83f5bff33a0bb5d9087fdb64ea4e8da3d5e138db /busybox.c
parent3eb9db534058024db6b432ef34792e9e94405d4e (diff)
downloadbusybox-w32-cbf9b9fb9042d1f3befdc6fc6d5c27d76dbd9ad8.tar.gz
busybox-w32-cbf9b9fb9042d1f3befdc6fc6d5c27d76dbd9ad8.tar.bz2
busybox-w32-cbf9b9fb9042d1f3befdc6fc6d5c27d76dbd9ad8.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 git-svn-id: svn://busybox.net/trunk/busybox@970 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index d93fc5185..d4fbb8990 100644
--- a/busybox.c
+++ b/busybox.c
@@ -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