SOURCES: man-apropos.patch (NEW) - let grep grep in files that loo...

baggins baggins at pld-linux.org
Mon Nov 6 19:05:56 CET 2006


Author: baggins                      Date: Mon Nov  6 18:05:56 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- let grep grep in files that look like binary

---- Files affected:
SOURCES:
   man-apropos.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/man-apropos.patch
diff -u /dev/null SOURCES/man-apropos.patch:1.1
--- /dev/null	Mon Nov  6 19:05:56 2006
+++ SOURCES/man-apropos.patch	Mon Nov  6 19:05:51 2006
@@ -0,0 +1,14 @@
+--- man-1.5m2/src/apropos.sh.orig	2004-01-19 16:56:47.000000000 -0500
++++ man-1.5m2/src/apropos.sh	2004-01-19 16:57:36.000000000 -0500
+@@ -19,9 +19,9 @@
+ 
+ # When man pages in your favorite locale look to grep like binary files
+ # (and you use GNU grep) you may want to add the 'a' option to *grepopt1.
+-aproposgrepopt1='i'
++aproposgrepopt1='ai'
+ aproposgrepopt2=''
+-whatisgrepopt1='iw'
++whatisgrepopt1='aiw'
+ whatisgrepopt2='^'
+ grepopt1=$%apropos_or_whatis%grepopt1
+ grepopt2=$%apropos_or_whatis%grepopt2
================================================================


More information about the pld-cvs-commit mailing list