summaryrefslogtreecommitdiffstats
path: root/dhcpcd-run-hooks.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-22 23:53:15 +0000
committerRoy Marples <roy@marples.name>2009-01-22 23:53:15 +0000
commit0ec8bcb3b9803ecac050ac5e2a29f283531d8774 (patch)
tree9e767ff9ec5b06f230471f3e4636245c8279cc5d /dhcpcd-run-hooks.in
parent88a69342c855c381e9167fbda973b0b6cbf7e996 (diff)
downloaddhcpcd-0ec8bcb3b9803ecac050ac5e2a29f283531d8774.tar.xz
nohook 20-resolv.conf should work now.
Diffstat (limited to 'dhcpcd-run-hooks.in')
-rw-r--r--dhcpcd-run-hooks.in2
1 files changed, 1 insertions, 1 deletions
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