diff options
| author | Roy Marples <roy@marples.name> | 2009-10-09 13:12:20 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-10-09 13:12:20 +0000 |
| commit | cfb1f0da771b720ae08f4ea728fce218db1fd367 (patch) | |
| tree | 5f3e68419396de0050267adffe9cf72a98ed3c50 /README | |
| parent | 26fbb9ed3d5dc7f4086416b28b0b534accb029b4 (diff) | |
| download | dhcpcd-cfb1f0da771b720ae08f4ea728fce218db1fd367.tar.xz | |
Add new hook, 50-ypbind for BSD ypbind versions.
configure now detects ntpd and ypbind for automatic hook install.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -39,12 +39,18 @@ BSD systems where this has been fixed are: NetBSD-5.0 +To prepare dhcpcd for import into a platform source tree (like NetBSD) +you can use the make import target to create /tmp/dhcpcd-$version and +populate it with all the source files and hooks needed. + + Hooks ----- Not all the hooks in dhcpcd-hooks are installed by default. By default we install 01-test, 10-mtu, 20-resolv.conf, 29-lookup-hostname and 30-hostname. The default dhcpcd.conf disables the lookup-hostname hook by default. +The configure program attempts to find hooks for systems you have installed. To add more simply ./configure -with-hook=ntp.conf |
