SPECS: adapter.awk - using /etc/X11 is ok

glen glen at pld-linux.org
Tue Dec 6 22:09:43 CET 2005


Author: glen                         Date: Tue Dec  6 21:09:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- using /etc/X11 is ok

---- Files affected:
SPECS:
   adapter.awk (1.222 -> 1.223) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.222 SPECS/adapter.awk:1.223
--- SPECS/adapter.awk:1.222	Tue Dec  6 22:06:42 2005
+++ SPECS/adapter.awk	Tue Dec  6 22:09:38 2005
@@ -856,6 +856,8 @@
 			continue;
 		if ($c ~ sysconfdir "/{?certs")
 			continue;
+		if ($c ~ sysconfdir "/{?X11")
+			continue;
 		gsub(sysconfdir, "%{_sysconfdir}", $c)
 	}
 
================================================================

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




More information about the pld-cvs-commit mailing list