Go to file
2009-05-10 16:21:56 +00:00
dhcpcd-hooks Install the lookup-hostname script by default but don't run it by default. 2009-05-09 20:55:36 +00:00
mk Don't forget to remove .gitignore 2009-05-10 16:21:56 +00:00
.gitignore Go back to using git 2009-04-30 15:30:29 +00:00
arp.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
arp.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
bind.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
bind.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
bpf-filter.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
bpf.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
common.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
common.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
config.h Release dhcpcd-5.0.1 2009-05-03 06:17:07 +00:00
configure.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
configure.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
control.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
control.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
dhcp.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
dhcp.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
dhcpcd-run-hooks.8.in Add (c) to Copyright 2009-05-01 13:57:45 +00:00
dhcpcd-run-hooks.in Fix quoting 2009-04-20 12:34:08 +00:00
dhcpcd.8.in Add (c) to Copyright 2009-05-01 13:57:45 +00:00
dhcpcd.c Fix dhcpcd -n $int starting a new instance of dhcpcd if not running. 2009-05-09 14:15:31 +00:00
dhcpcd.conf Install the lookup-hostname script by default but don't run it by default. 2009-05-09 20:55:36 +00:00
dhcpcd.conf.5.in Add (c) to Copyright 2009-05-01 13:57:45 +00:00
dhcpcd.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
duid.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
duid.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
eloop.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
eloop.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
if-bsd.c We need to cast to void * to remove warnings on Sparc64 2009-05-02 16:21:52 +00:00
if-linux-wireless.c Some distros need additional headers to compile linux/wireless.h 2009-05-03 12:33:24 +00:00
if-linux.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
if-options.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
if-options.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
if-pref.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
if-pref.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
ipv4ll.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
ipv4ll.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
lpf.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
Makefile Add (c) to Copyright 2009-05-01 13:57:45 +00:00
net.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
net.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00
README Document new behaviour re lookup-hostname 2009-05-10 00:40:13 +00:00
signals.c Add (c) to Copyright 2009-05-01 13:57:45 +00:00
signals.h Add (c) to Copyright 2009-05-01 13:57:45 +00:00

dhcpcd - DHCP client daemon
Copyright (c) 2006-2009 Roy Marples <roy@marples.name>


Installation
------------
Then just make; make install
man dhcpcd for command line options
man dhcpcd.conf for configuration options
man dhcpcd-run-hooks to learn how to hook scripts into dhcpcd events


Notes
-----
If you're cross compiling you may need to set the below knobs to avoid
automatic tests.
OS=BSD | Linux

If you're building for an MMU-less system where fork() does not work, you
should add -DTHERE_IS_NO_FORK to your CPPFLAGS.
This also puts the --no-background flag on and stops the --background flag
from working.

You can change the default dir with these knobs.
For example, to satisfy FHS compliance you would do this:-
LIBEXECDIR=/lib/dhcpcd
DBDIR=/var/lib/dhcpcd

We now default to using -std=c99. For 64-bit linux, this always works, but
for 32-bit linux it requires either gnu99 or a patch to asm/types.h.
Most distros patch linux headers so this should work fine.
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.

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.0


Hooks
-----
Not all the hooks in dhcpcd-hooks are installed by default.
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


Compatibility
-------------
dhcpcd-5.0 is only fully command line compatible with dhcpcd-4.0
For compatibility with older versions, use dhcpcd-4.0

dhcpcd no longer sends a default ClientID for ethernet interfaces.
This is so we can re-use the address the kernel DHCP client found.
To retain the old behaviour of sending a default ClientID based on the
hardware address for interface, simply add the keyword clientid to dhcpcd.conf.


ChangeLog
---------
We no longer supply a ChangeLog.
However, you're more than welcome to read the commit log at
http://roy.marples.name/projects/dhcpcd/log/