Author: glen                         Date: Sun Apr 27 10:08:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed path for /etc/udev and /etc/hotplug

---- Files affected:
SPECS:
   adapter.awk (1.391 -> 1.392) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.391 SPECS/adapter.awk:1.392
--- SPECS/adapter.awk:1.391     Sat Apr  5 10:42:43 2008
+++ SPECS/adapter.awk   Sun Apr 27 12:08:47 2008
@@ -1175,7 +1175,9 @@
                        continue;
                if ($c ~ sysconfdir "/{?modprobe.(d|conf)")
                        continue;
-               if ($c ~ sysconfdir "/{?udev/rules.d")
+               if ($c ~ sysconfdir "/{?udev")
+                       continue;
+               if ($c ~ sysconfdir "/{?hotplug")
                        continue;
                if ($c ~ sysconfdir "/{?logrotate.d")
                        continue;
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/adapter.awk?r1=1.391&r2=1.392&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to