]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Use new names.
authorRoy Marples <roy@marples.name>
Tue, 27 May 2008 12:41:42 +0000 (12:41 +0000)
committerRoy Marples <roy@marples.name>
Tue, 27 May 2008 12:41:42 +0000 (12:41 +0000)
README

diff --git a/README b/README
index acffcf4fb18c402c225f3fd3e332b50cc15dbaee..c3bea6d816709a767a1c47990e83383498848279 100644 (file)
--- a/README
+++ b/README
@@ -33,16 +33,16 @@ 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, 10-resolv.conf and 15-hostname.
+Not all the hooks in hook.d are installed by default.
+By default we install 01-test.sh, 10-resolv.conf.sh and 15-hostname.sh.
 To add more simply add them in the HOOKSCRIPTS variable.
-make HOOKSCRIPTS=50-ntp.conf install
+make HOOKSCRIPTS=50-ntp.sh install
 
 
 Compatibility
 -------------
 If you require compatibility with dhcpcd-3 and older style variables,
-you can install 50-dhcpcd-compat into the directory $LIBEXECDIR/dhcpcd-hooks
+you can install 50-dhcpcd-compat.sh into the directory $LIBEXECDIR/dhcpcd.hook.d
 We don't install this by default.
 You should also add -DCMDLINE_COMPAT to your CFLAGS if you need to be fully
 commandline compatible with prior versions.