summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-04-18 23:23:00 +0000
committerRoy Marples <roy@marples.name>2008-04-18 23:23:00 +0000
commit6a4aebf6339361c01b76168bdfcb96c5bfdbcc20 (patch)
tree27843f711f9f721d44436198da60e5d8256e7f33 /README
parentba9dfb7aaeb7eb870cfc1c93c4e519d58f082b75 (diff)
downloaddhcpcd-6a4aebf6339361c01b76168bdfcb96c5bfdbcc20.tar.xz
Add a note about how to enable deprecated commandline options.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 040a8510..77890a82 100644
--- a/README
+++ b/README
@@ -36,11 +36,13 @@ set CSTD=gnu99 to work around this.
If you require compatibility with dhcpcd-3 and older style variables,
you can install dhcpcd-compat into the directory /etc/dhcpcd/enter-hook.d
We don't install this by default.
+You should also add -DCMDLINE_COMPAT to your CFLAGS if you need to be fully
+commandline compatible with prior versions.
Hooks
-----
-We provide example exit hooks for NTP and ypbind (Linux).
+We provide example exit hooks for NTP (www.ntp.org) and ypbind (Linux).
There are not installed by default as they are platform dependant.