]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Typo.
authorRoy Marples <roy@marples.name>
Sat, 12 Jul 2008 17:54:21 +0000 (17:54 +0000)
committerRoy Marples <roy@marples.name>
Sat, 12 Jul 2008 17:54:21 +0000 (17:54 +0000)
dhcpcd-run-hooks.in

index bd7c64fa66e11563d74ad0f29d5ce7b410cde8f7..a995da314f401408e1b3e9960f88bfef27557aef 100644 (file)
@@ -23,8 +23,8 @@ restore_conf()
 # /etc/resolv.conf how they want and stop the system scripts ever updating it.
 for hook in \
        @SYSCONFDIR@/dhcpcd.enter-hook \
-       @HOOKDIR@/*
-       @SYSCONFDIR@/dhcpcd.exit-hook \
+       @HOOKDIR@/* \
+       @SYSCONFDIR@/dhcpcd.exit-hook
 do
        for skip in ${skip_hooks}; do
                case "${hook}" in