[BusyBox-cvs] busybox/include applets.h,1.92,1.93 usage.h,1.144,1.145

Glenn McGrath bug1 at busybox.net
Mon Feb 17 08:23:26 UTC 2003


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv5923/include

Modified Files:
	applets.h usage.h 
Log Message:
New applet sha1sum


Index: applets.h
===================================================================
RCS file: /var/cvs/busybox/include/applets.h,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- applets.h	10 Feb 2003 09:22:36 -0000	1.92
+++ applets.h	17 Feb 2003 08:23:22 -0000	1.93
@@ -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

Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- usage.h	15 Feb 2003 11:50:30 -0000	1.144
+++ usage.h	17 Feb 2003 08:23:22 -0000	1.145
@@ -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 \




More information about the busybox-cvs mailing list