diff options
| author | Roy Marples <roy@marples.name> | 2008-05-20 12:23:29 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-20 12:23:29 +0000 |
| commit | 0aeb350cfa645e333dbbc353064408e81ba8c93c (patch) | |
| tree | 90d928d7d2776c2de02e7800a4149ac9dfedebd3 /README | |
| parent | c61c4118d8a688f26a9bd53b061090aca5e45f66 (diff) | |
| download | dhcpcd-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-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
