summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-02-17 08:23:22 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-02-17 08:23:22 +0000
commitae0f1e7052c1a114666632061d45a9b1f9ca3aa3 (patch)
tree70f0f36e92490955a940bc7c27f0358c41d356f5 /include
parent4a4c677fccabdcd6db509488c9cb5d784afaa59d (diff)
downloadbusybox-w32-ae0f1e7052c1a114666632061d45a9b1f9ca3aa3.tar.gz
busybox-w32-ae0f1e7052c1a114666632061d45a9b1f9ca3aa3.tar.bz2
busybox-w32-ae0f1e7052c1a114666632061d45a9b1f9ca3aa3.zip
New applet sha1sum
Diffstat (limited to 'include')
-rw-r--r--include/applets.h3
-rw-r--r--include/usage.h5
2 files changed, 8 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 6c274825c..a4d272746 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -487,6 +487,9 @@
487#elif defined(CONFIG_FEATURE_SH_IS_MSH) && defined(CONFIG_MSH) 487#elif defined(CONFIG_FEATURE_SH_IS_MSH) && defined(CONFIG_MSH)
488 APPLET_NOUSAGE("sh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER) 488 APPLET_NOUSAGE("sh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER)
489#endif 489#endif
490#ifdef CONFIG_SHA1SUM
491 APPLET(sha1sum, sha1sum_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
492#endif
490#ifdef CONFIG_SLEEP 493#ifdef CONFIG_SLEEP
491 APPLET(sleep, sleep_main, _BB_DIR_BIN, _BB_SUID_NEVER) 494 APPLET(sleep, sleep_main, _BB_DIR_BIN, _BB_SUID_NEVER)
492#endif 495#endif
diff --git a/include/usage.h b/include/usage.h
index 9616906d2..8fc12f151 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1859,6 +1859,11 @@
1859"use ash or bash. If you just need a very simple and extremely small shell,\n" \ 1859"use ash or bash. If you just need a very simple and extremely small shell,\n" \
1860"this will do the job." 1860"this will do the job."
1861 1861
1862#define sha1sum_trivial_usage \
1863 "[OPTION] [FILE]"
1864#define sha1sum_full_usage \
1865 "[OPTION] [FILE]"
1866
1862#define sleep_trivial_usage \ 1867#define sleep_trivial_usage \
1863 "N" 1868 "N"
1864#define sleep_full_usage \ 1869#define sleep_full_usage \