summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-04-17 16:29:22 +0000
committerRoy Marples <roy@marples.name>2008-04-17 16:29:22 +0000
commit8537ab8a6fdb82f505dd2a09509c3d874ea49e8b (patch)
treecd917a94021d9d41b0aa7eb871ada5167e7db602 /README
parentcbfa778bd60d03b511d8c7639dd78f59ec42f471 (diff)
downloaddhcpcd-8537ab8a6fdb82f505dd2a09509c3d874ea49e8b.tar.xz
Fix ntp and nis servers.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 11 insertions, 4 deletions
diff --git a/README b/README
index 4f62044b..040a8510 100644
--- a/README
+++ b/README
@@ -20,10 +20,10 @@ If you're cross compiling you may need to set the below knobs to avoid
automatic tests.
OS=BSD | Linux
-You can change the default dir where dhcpcd stores it's .info files with
-INFODIR=/var/db
+You can change the default dir where dhcpcd stores it's .lease files with
+DBDIR=/var/db
-If you're building for a NOMMU system where fork() does not work, youu should
+If you're building for a NOMMU system where fork() does not work, you should
add -DTHERE_IS_NO_FORK to your CFLAGS.
We now default to using -std=c99. For 64-bit linux, this always works, but
@@ -34,9 +34,16 @@ If your linux headers are older, or your distro hasn't patched them you can
set CSTD=gnu99 to work around this.
If you require compatibility with dhcpcd-3 and older style variables,
-you can install dhcpcd-compat.sh into the directory /etc/dhcpcd-enter-hook.d
+you can install dhcpcd-compat into the directory /etc/dhcpcd/enter-hook.d
We don't install this by default.
+
+Hooks
+-----
+We provide example exit hooks for NTP and ypbind (Linux).
+There are not installed by default as they are platform dependant.
+
+
ChangeLog
---------
We no longer supply a ChangeLog.