SOURCES: man-makewhatis.patch - fix "makewhatis from man spits err...

charles charles at pld-linux.org
Sat Feb 11 02:25:25 CET 2006


Author: charles                      Date: Sat Feb 11 01:25:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix "makewhatis from man spits errors" - reported by glen

---- Files affected:
SOURCES:
   man-makewhatis.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/man-makewhatis.patch
diff -u SOURCES/man-makewhatis.patch:1.3 SOURCES/man-makewhatis.patch:1.4
--- SOURCES/man-makewhatis.patch:1.3	Tue Jul 30 00:19:32 2002
+++ SOURCES/man-makewhatis.patch	Sat Feb 11 02:25:20 2006
@@ -1,9 +1,8 @@
-diff -Naur man-1.5k/src/makewhatis.sh man-1.5k-p/src/makewhatis.sh
---- man-1.5k/src/makewhatis.sh	Tue Jun 29 04:20:59 1999
-+++ man-1.5k-p/src/makewhatis.sh	Fri Jul 14 17:39:43 2000
-@@ -36,8 +36,8 @@
- # In case /usr is read-only, make /usr/man/whatis (etc) a symlink to
- # something like /var/cache/man/whatis.
+--- man-1.6c/src/makewhatis.sh~	2006-02-11 02:04:23.000000000 +0100
++++ man-1.6c/src/makewhatis.sh	2006-02-11 02:07:32.000000000 +0100
+@@ -62,8 +62,8 @@
+ # Some distributions make a single big /var/cache/man/whatis file,
+ # but that leads to problems and bugs.
  
 -# AWK=/usr/bin/gawk
 -AWK=%awk%
@@ -12,3 +11,12 @@
  
  # Find a place for our temporary files. If security is not a concern, use
  #	TMPFILE=/tmp/whatis$$; TMPFILEDIR=none
+@@ -258,7 +258,7 @@
+ 		   $2 ~ /^N[ÉE]V/ || $2 ~ /^NAMA/ || $2 ~ /^ĚžÁ°/ ||
+ 		   $2 ~ /^ĚžžÎ/ || $2 ~ /^Ŕ̸§/ || $2 ~ /^NAZWA/ ||
+ 		   $2 ~ /^îáú÷áîéĺ/ || $2 ~ /^ĂűłĆ/ || $2 ~ /^ŚWşŮ/ ||
+-		   $2 ~ /^NOME/ || $2 ~ /^NAAM/) || $2 ~ /^ČĚĹ/)) ||
++		   $2 ~ /^NOME/ || $2 ~ /^NAAM/) || $2 ~ /^ČĚĹ/) ||
+ 		  (pages == "cat" && $1 ~ /^NAME/)) {
+ 		    if (!insh) {
+ 		      insh = 1;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/man-makewhatis.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list