summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-05-10 00:40:13 +0000
committerRoy Marples <roy@marples.name>2009-05-10 00:40:13 +0000
commit4e6a1f730990a215ab59778de7b46cb23a84d003 (patch)
treef02f58e7d0720aaa8d5dbb925210efa80f9b9542 /README
parent489188f618ea7c100051ba6d967d3d765be1ffc3 (diff)
downloaddhcpcd-4e6a1f730990a215ab59778de7b46cb23a84d003.tar.xz
Document new behaviour re lookup-hostname
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 1238631c..27254697 100644
--- a/README
+++ b/README
@@ -37,13 +37,15 @@ Some BSD systems do not allow the manipulation of automatically added subnet
routes. You can find discussion here:
http://mail-index.netbsd.org/tech-net/2008/12/03/msg000896.html
BSD systems where this has been fixed are:
- NetBSD-5.99.6
+ NetBSD-5.0
Hooks
-----
Not all the hooks in dhcpcd-hooks are installed by default.
-By default we install 01-test, 10-mtu, 20-resolv.conf and 30-hostname.
+By default we install 01-test, 10-mtu, 20-resolv.conf,
+29-lookup-hostname and 30-hostname.
+The default dhcpcd.conf does disable the lookup-hostname hook by default.
To add more simply add them in the HOOKSCRIPTS variable.
make HOOKSCRIPTS=50-ntp install