]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
nohook 20-resolv.conf should work now.
authorRoy Marples <roy@marples.name>
Thu, 22 Jan 2009 23:54:53 +0000 (23:54 +0000)
committerRoy Marples <roy@marples.name>
Thu, 22 Jan 2009 23:54:53 +0000 (23:54 +0000)
dhcpcd-run-hooks.in

index b3c7e06eaec5ecaa285dc2430077ca0af6d434b8..a848260dd78442968dfc093ccb2dbe16b0d81b8d 100644 (file)
@@ -127,7 +127,7 @@ for hook in \
 do
        for skip in ${skip_hooks}; do
                case "${hook}" in
-                       "${skip}")                      continue 2;;
+                       */"${skip}")                    continue 2;;
                        */[0-9][0-9]"-${skip}")         continue 2;;
                        */[0-9][0-9]"-${skip}.sh")      continue 2;;
                esac