[BusyBox-cvs] busybox/findutils Config.in,1.2,1.3

Glenn McGrath bug1 at busybox.net
Sun Apr 27 02:43:57 UTC 2003


Update of /var/cvs/busybox/findutils
In directory winder:/tmp/cvs-serv11527/findutils

Modified Files:
	Config.in 
Log Message:
Config option to create an fgrep alias


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/findutils/Config.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Config.in	23 Jan 2003 05:27:42 -0000	1.2
+++ Config.in	27 Apr 2003 02:43:53 -0000	1.3
@@ -67,6 +67,15 @@
 	help
 	  Please submit a patch to add help text for this item.
 
+config CONFIG_FEATURE_GREP_FGREP_ALIAS
+	bool "  Alias fgrep to grep -f"
+	default y
+	depends on CONFIG_GREP
+	help
+          fgrep sees the search pattern as a normal sting rather than
+	  regular expressions.
+	  grep -f is always builtin, this just creates the fgrep alias.
+
 config CONFIG_FEATURE_GREP_CONTEXT
 	bool "  Enable before and after context flags (-A, -B and -C)"
 	default y



More information about the busybox-cvs mailing list