[BusyBox-cvs] busybox/include applets.h,1.93,1.94
Glenn McGrath
bug1 at busybox.net
Sun Apr 27 02:43:58 UTC 2003
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv11527/include
Modified Files:
applets.h
Log Message:
Config option to create an fgrep alias
Index: applets.h
===================================================================
RCS file: /var/cvs/busybox/include/applets.h,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- applets.h 17 Feb 2003 08:23:22 -0000 1.93
+++ applets.h 27 Apr 2003 02:43:54 -0000 1.94
@@ -196,6 +196,9 @@
#ifdef CONFIG_FDISK
APPLET(fdisk, fdisk_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
+#if defined(CONFIG_FEATURE_GREP_FGREP_ALIAS)
+ APPLET_NOUSAGE("fgrep", grep_main, _BB_DIR_BIN, _BB_SUID_NEVER)
+#endif
#ifdef CONFIG_FIND
APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
More information about the busybox-cvs
mailing list