Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.

I added the docs, and made behavior identical to the GNU version.
 -Erik
This commit is contained in:
Eric Andersen
2000-08-21 22:46:33 +00:00
parent 851ce895bd
commit 918507edda
9 changed files with 73 additions and 2 deletions

View File

@@ -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