]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Re number the hook scripts to give more space.
authorRoy Marples <roy@marples.name>
Wed, 18 Jun 2008 09:27:08 +0000 (09:27 +0000)
committerRoy Marples <roy@marples.name>
Wed, 18 Jun 2008 09:27:08 +0000 (09:27 +0000)
README
dhcpcd-hooks/10-mtu [moved from dhcpcd-hooks/05-mtu with 100% similarity]
dhcpcd-hooks/20-resolv.conf [moved from dhcpcd-hooks/10-resolv.conf with 100% similarity]
dhcpcd-hooks/29-lookup-hostname [moved from dhcpcd-hooks/14-lookup-hostname with 100% similarity]
dhcpcd-hooks/30-hostname [moved from dhcpcd-hooks/15-hostname with 100% similarity]
dhcpcd-hooks/Makefile

diff --git a/README b/README
index cc5a467308ea242defc9a866886411c69c97b8cc..8a19f7cad7259ff10b65ee0ff645cea706d69853 100644 (file)
--- 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
 
similarity index 100%
rename from dhcpcd-hooks/05-mtu
rename to dhcpcd-hooks/10-mtu
index a1662963ed6bff122bea442bcf3aa3898520d030..06660ac0408b874664f84a8d5c145ba52eecfe1c 100644 (file)
@@ -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}