SPECS: adapter.awk - put Vendor: into unwanted preamble tags

glen glen at pld-linux.org
Sun Feb 5 22:25:51 CET 2006


Author: glen                         Date: Sun Feb  5 21:25:51 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- put Vendor: into unwanted preamble tags

---- Files affected:
SPECS:
   adapter.awk (1.274 -> 1.275) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.274 SPECS/adapter.awk:1.275
--- SPECS/adapter.awk:1.274	Wed Feb  1 15:19:32 2006
+++ SPECS/adapter.awk	Sun Feb  5 22:25:46 2006
@@ -628,7 +628,7 @@
 	}
 
 	# obsolete/unwanted tags
-	if (field ~ /packager:|distribution:|docdir:|prefix:|icon:/) {
+	if (field ~ /vendor:|packager:|distribution:|docdir:|prefix:|icon:/) {
 		next
 	}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.274&r2=1.275&f=u



More information about the pld-cvs-commit mailing list