changeset 1167:25967fb816af draft

nohook 20-resolv.conf should work now.
author Roy Marples <roy@marples.name>
date Thu, 22 Jan 2009 23:54:53 +0000
parents 0fcd7386c273
children 799259f7cc1b
files dhcpcd-run-hooks.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dhcpcd-run-hooks.in	Thu Jan 22 14:19:46 2009 +0000
+++ b/dhcpcd-run-hooks.in	Thu Jan 22 23:54:53 2009 +0000
@@ -127,7 +127,7 @@
 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