summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-27 12:41:42 +0000
committerRoy Marples <roy@marples.name>2008-05-27 12:41:42 +0000
commit3367df0d12b31694fae3a75ca153e62ec051016a (patch)
treea33cbd2c81c4500f595f6be136e380d30aee9e89 /README
parent4292a3b401bcc31db006862b22cc954e49d7371e (diff)
downloaddhcpcd-3367df0d12b31694fae3a75ca153e62ec051016a.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 acffcf4f..c3bea6d8 100644
--- 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.