SPECS: adapter.awk - do not adapter /etc/ppp

glen glen at pld-linux.org
Tue Dec 12 01:32:24 CET 2006


Author: glen                         Date: Tue Dec 12 00:32:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not adapter /etc/ppp

---- Files affected:
SPECS:
   adapter.awk (1.340 -> 1.341) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.340 SPECS/adapter.awk:1.341
--- SPECS/adapter.awk:1.340	Tue Dec  5 23:19:13 2006
+++ SPECS/adapter.awk	Tue Dec 12 01:32:19 2006
@@ -1169,6 +1169,8 @@
 			continue;
 		if ($c ~ sysconfdir "/shells")
 			continue;
+		if ($c ~ sysconfdir "/ppp")
+			continue;
 		gsub(sysconfdir, "%{_sysconfdir}", $c)
 	}
 
================================================================

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



More information about the pld-cvs-commit mailing list