New applet sha1sum

This commit is contained in:
Glenn L McGrath
2003-02-17 08:23:22 +00:00
parent 4a4c677fcc
commit ae0f1e7052
5 changed files with 239 additions and 0 deletions

View File

@@ -487,6 +487,9 @@
#elif defined(CONFIG_FEATURE_SH_IS_MSH) && defined(CONFIG_MSH)
APPLET_NOUSAGE("sh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_SHA1SUM
APPLET(sha1sum, sha1sum_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_SLEEP
APPLET(sleep, sleep_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif

View File

@@ -1859,6 +1859,11 @@
"use ash or bash. If you just need a very simple and extremely small shell,\n" \
"this will do the job."
#define sha1sum_trivial_usage \
"[OPTION] [FILE]"
#define sha1sum_full_usage \
"[OPTION] [FILE]"
#define sleep_trivial_usage \
"N"
#define sleep_full_usage \