packages: adapter.awk - don't touch /etc/init

glen glen at pld-linux.org
Fri Apr 8 22:51:48 CEST 2011


Author: glen                         Date: Fri Apr  8 20:51:48 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't touch /etc/init

---- Files affected:
packages:
   adapter.awk (1.492 -> 1.493) 

---- Diffs:

================================================================
Index: packages/adapter.awk
diff -u packages/adapter.awk:1.492 packages/adapter.awk:1.493
--- packages/adapter.awk:1.492	Fri Apr  8 20:54:17 2011
+++ packages/adapter.awk	Fri Apr  8 22:51:42 2011
@@ -1229,6 +1229,8 @@
 			continue;
 		if ($c ~ sysconfdir "/inittab")
 			continue;
+		if ($c ~ sysconfdir "/init")
+			continue;
 		if ($c ~ sysconfdir "/ppp")
 			continue;
 		if ($c ~ sysconfdir "/dbus-1")
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/adapter.awk?r1=1.492&r2=1.493&f=u



More information about the pld-cvs-commit mailing list