From: Roy Marples Date: Thu, 22 Jan 2009 23:53:15 +0000 (+0000) Subject: nohook 20-resolv.conf should work now. X-Git-Tag: v5.0.0~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec8bcb3b9803ecac050ac5e2a29f283531d8774;p=thirdparty%2Fdhcpcd.git nohook 20-resolv.conf should work now. --- diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index a8c28d0c..f011dcc8 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -138,7 +138,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