Hooks
-----
Not all the hooks in dhcpcd-hooks are installed by default.
-By default we install 01-test, 05-mtu, 10-resolv.conf and 15-hostname.
+By default we install 01-test, 10-mtu, 20-resolv.conf and 30-hostname.
To add more simply add them in the HOOKSCRIPTS variable.
make HOOKSCRIPTS=50-ntp install
LIBEXECDIR= ${PREFIX}/libexec
HOOKDIR= ${LIBEXECDIR}/dhcpcd-hooks
-SYSTEMSCRIPTS= 01-test 05-mtu 10-resolv.conf 15-hostname
+SYSTEMSCRIPTS= 01-test 10-mtu 20-resolv.conf 30-hostname
FILES= ${SYSTEMSCRIPTS} ${HOOKSCRIPTS}
FILESDIR= ${HOOKDIR}