Go to file
2008-03-24 01:45:37 +00:00
mk Fix compile on BSD. 2008-03-24 01:45:37 +00:00
.gitignore Only ignore dhcpcd bz2 files. 2008-01-09 10:17:57 +00:00
arp.c Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
arp.h Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
bpf-filter.h Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
bpf.c Fix compile on BSD. 2008-03-24 01:45:37 +00:00
client.c Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
client.h Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
common.c Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
common.h Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
config.h Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
configure.c Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
configure.h Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
dhcp.c Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
dhcp.h Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
dhcpcd.8.in Release dhcpcd-3.2.2 2008-02-20 17:09:14 +00:00
dhcpcd.c Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
dhcpcd.h Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
dhcpcd.sh whitespace 2007-11-28 16:14:38 +00:00
duid.c Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
duid.h Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
if-bsd.c Fix compile on BSD. 2008-03-24 01:45:37 +00:00
if-linux.c Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
if.c Fix compile on BSD. 2008-03-24 01:45:37 +00:00
if.h Fix compile on BSD. 2008-03-24 01:45:37 +00:00
info.c Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
info.h Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
ipv4ll.c Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
ipv4ll.h Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
logger.c Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
logger.h Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
Makefile Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
queue.h Import STAIL_QUEUE from FreeBSD headers as not all libc's we support provide it. 2008-03-04 11:44:44 +00:00
README Add a comment about older linux headers and -std=c99. 2008-02-20 12:15:13 +00:00
signal.c Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
signal.h Change code style to match the BSDs in the hope the might adpot it instead of dhclient. 2008-03-20 16:47:51 +00:00
socket.c Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00
socket.h Split interface and socket out into OS bpf, if-bsd and if-linux. 2008-03-24 01:29:33 +00:00

dhcpcd-3 - DHCP client daemon
Copyright 2006-2008 Roy Marples <roy@marples.name>


Installation
------------
Edit config.h to match your building requirements.

Take special note of ENABLE_DUID and unset it if the target media is 
volatile, like say a LiveCD.

Then just make; make install

man dhcpcd for command line options


Notes
-----
If you're cross compiling you may need to send HAVE_FORK=yes or HAVE_FORK=no
to the make command to avoid to automatic test.

We try and detect how to restart ntp and ypbind, you can override this with
HAVE_INIT=no or force one of these values
OPENRC   (OpenRC as used by Gentoo (forked from baselayout))
BSDRC    (BSD RC system - /etc/rc.d/ntpd restart )
SERVICE  (RedHat service command - service ntpd restart)
SLACKRC  (Slackware RC system - /etc/rc.d/rc.ntpd restart)
SYSV     (SYSV style - /etc/init.d/ntpd restart)

You can change the default dir where dhcpcd stores it's .info files with
INFODIR=/var/db

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.


ChangeLog
---------
We no longer supply a ChangeLog.
However, you're more than welcome to read the git commit comments at
http://git.marples.name/?p=dhcpcd/.git;a=summary