]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Install the dump hook by default.
authorRoy Marples <roy@marples.name>
Mon, 27 Sep 2010 19:08:17 +0000 (19:08 +0000)
committerRoy Marples <roy@marples.name>
Mon, 27 Sep 2010 19:08:17 +0000 (19:08 +0000)
dhcpcd-hooks/Makefile

index 42058b10590fc317cb75e9161e8f2523fc73a304..7563d2d844f1558721ce26af610aeff90add2f95 100644 (file)
@@ -3,7 +3,8 @@ include ${TOP}/Makefile.inc
 include ${TOP}/config.mk
 
 SCRIPTSDIR=    ${LIBEXECDIR}/dhcpcd-hooks
-SCRIPTS=       01-test 10-mtu 20-resolv.conf 29-lookup-hostname 30-hostname
+SCRIPTS=       01-test 02-dump
+SCRIPTS+=      10-mtu 20-resolv.conf 29-lookup-hostname 30-hostname
 SCRIPTS+=      ${HOOKSCRIPTS}
 
 all: