From: Roy Marples Date: Wed, 18 Jun 2008 09:27:08 +0000 (+0000) Subject: Re number the hook scripts to give more space. X-Git-Tag: v4.0.2~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=847a70948cc336d093cd7bcb7e2830ab80edd314;p=thirdparty%2Fdhcpcd.git Re number the hook scripts to give more space. --- diff --git a/README b/README index cc5a4673..8a19f7ca 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ set CSTD=gnu99 to work around this. 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 diff --git a/dhcpcd-hooks/05-mtu b/dhcpcd-hooks/10-mtu similarity index 100% rename from dhcpcd-hooks/05-mtu rename to dhcpcd-hooks/10-mtu diff --git a/dhcpcd-hooks/10-resolv.conf b/dhcpcd-hooks/20-resolv.conf similarity index 100% rename from dhcpcd-hooks/10-resolv.conf rename to dhcpcd-hooks/20-resolv.conf diff --git a/dhcpcd-hooks/14-lookup-hostname b/dhcpcd-hooks/29-lookup-hostname similarity index 100% rename from dhcpcd-hooks/14-lookup-hostname rename to dhcpcd-hooks/29-lookup-hostname diff --git a/dhcpcd-hooks/15-hostname b/dhcpcd-hooks/30-hostname similarity index 100% rename from dhcpcd-hooks/15-hostname rename to dhcpcd-hooks/30-hostname diff --git a/dhcpcd-hooks/Makefile b/dhcpcd-hooks/Makefile index a1662963..06660ac0 100644 --- a/dhcpcd-hooks/Makefile +++ b/dhcpcd-hooks/Makefile @@ -1,6 +1,6 @@ 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}