summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-27 12:32:36 +0000
committerRoy Marples <roy@marples.name>2008-05-27 12:32:36 +0000
commit74112a2090f90d81fead0978715ea678aac7f510 (patch)
tree14a4439859054f4bb88703f84067f88b5f1919c1 /README
parentce0d3a68da830c83121f21037b356704d8aedeed (diff)
downloaddhcpcd-74112a2090f90d81fead0978715ea678aac7f510.tar.xz
Use new names.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index c3bea6d8..acffcf4f 100644
--- a/README
+++ b/README
@@ -33,16 +33,16 @@ set CSTD=gnu99 to work around this.
Hooks
-----
-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.
+Not all the hooks in dhcpcd-hooks are installed by default.
+By default we install 01-test, 10-resolv.conf and 15-hostname.
To add more simply add them in the HOOKSCRIPTS variable.
-make HOOKSCRIPTS=50-ntp.sh install
+make HOOKSCRIPTS=50-ntp.conf install
Compatibility
-------------
If you require compatibility with dhcpcd-3 and older style variables,
-you can install 50-dhcpcd-compat.sh into the directory $LIBEXECDIR/dhcpcd.hook.d
+you can install 50-dhcpcd-compat into the directory $LIBEXECDIR/dhcpcd-hooks
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.