summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-04-16 13:47:39 +0000
committerRoy Marples <roy@marples.name>2008-04-16 13:47:39 +0000
commit1b088dd4d517c97fb65024406eb2aeef55cca51e (patch)
tree7aee232ec3032bcf890947fb44b9e0ad5a35fd04 /README
parent2973ddc6ea5fe5cae00c53cfd902f16d814a91c7 (diff)
downloaddhcpcd-1b088dd4d517c97fb65024406eb2aeef55cca51e.tar.xz
Add dhcpcd-compat.sh, so that distros can make available old style variables.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 10a30609..4f62044b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-dhcpcd-3 - DHCP client daemon
+dhcpcd-4 - DHCP client daemon
Copyright 2006-2008 Roy Marples <roy@marples.name>
@@ -33,6 +33,9 @@ linux-2.6.24 finally ships with a working 32-bit header.
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
+We don't install this by default.
ChangeLog
---------