]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- fixed path for /etc/udev and /etc/hotplug
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Apr 2008 10:08:47 +0000 (10:08 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Apr 2008 10:08:47 +0000 (10:08 +0000)
Changed files:
    adapter.awk -> 1.392

adapter.awk

index 047d7fef939772771ddbb2dcab675bde12cf6675..4cb97125755b664c36fea2ebd4797172dfc96e70 100644 (file)
@@ -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;
This page took 0.040107 seconds and 4 git commands to generate.