]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add a note about how to enable deprecated commandline options.
authorRoy Marples <roy@marples.name>
Fri, 18 Apr 2008 23:23:00 +0000 (23:23 +0000)
committerRoy Marples <roy@marples.name>
Fri, 18 Apr 2008 23:23:00 +0000 (23:23 +0000)
README

diff --git a/README b/README
index 040a85107c71ad3b36b88a45560a4e15263fb976..77890a828be1606148806d0f150297614998642a 100644 (file)
--- 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.