summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-20 12:23:29 +0000
committerRoy Marples <roy@marples.name>2008-05-20 12:23:29 +0000
commit0aeb350cfa645e333dbbc353064408e81ba8c93c (patch)
tree90d928d7d2776c2de02e7800a4149ac9dfedebd3 /README
parentc61c4118d8a688f26a9bd53b061090aca5e45f66 (diff)
downloaddhcpcd-0aeb350cfa645e333dbbc353064408e81ba8c93c.tar.xz
Install dhcpcd.sh and hooks into /libexec by default. dhcpcd.conf, dhcpcd.duid and dhcpcd.hook are now in /etc.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 488ba052..1bf89108 100644
--- a/README
+++ b/README
@@ -31,9 +31,10 @@ set CSTD=gnu99 to work around this.
Hooks
-----
-We provide example exit hooks for looking up the hostname in DNS,
-NTP (www.ntp.org) and ypbind (Linux).
-There are not installed by default as they are platform dependant.
+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.sh install
Compatibility