From: Roy Marples Date: Sat, 12 Jul 2008 17:54:21 +0000 (+0000) Subject: Typo. X-Git-Tag: v4.0.2~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69fc1f8827d153e8eb14673b94132d95ea3ee47;p=thirdparty%2Fdhcpcd.git Typo. --- diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index bd7c64fa..a995da31 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -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