[packages/adapter: 410/631] - fixed path for /etc/udev and /etc/hotplug

glen glen at pld-linux.org
Mon Sep 12 20:08:49 CEST 2016


commit 5d7c48a40526d227f2e3f24f857b93ad691ef7bc
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Apr 27 10:08:47 2008 +0000

    - fixed path for /etc/udev and /etc/hotplug
    
    Changed files:
        adapter.awk -> 1.392

 adapter.awk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index 047d7fe..4cb9712 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -1175,7 +1175,9 @@ function use_macros()
 			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;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list