From 918507eddaa70b3f75196802b8f905f97bd5f5b6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 Aug 2000 22:46:33 +0000 Subject: Added the 'rdate' command, thanks to Sterling Huxley . I added the docs, and made behavior identical to the GNU version. -Erik --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index d93fc5185..d4fbb8990 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -226,6 +226,9 @@ const struct BB_applet applets[] = { #ifdef BB_PWD {"pwd", pwd_main, _BB_DIR_BIN, pwd_usage}, #endif +#ifdef BB_RDATE + {"rdate", rdate_main, _BB_DIR_USR_BIN, rdate_usage}, +#endif #ifdef BB_REBOOT {"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage}, #endif -- cgit v1.2.3