Go to file
2008-01-15 15:11:00 +00:00
mk .depend shouldn't need scripts. 2008-01-09 11:45:30 +00:00
.gitignore Only ignore dhcpcd bz2 files. 2008-01-09 10:17:57 +00:00
arp.c Disallow arp claim for IEEE1394 per RFC 2734 thanks to pawka. 2008-01-09 13:41:16 +00:00
arp.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
client.c Default all int entries in the dhcp header to unsigned. 2008-01-09 10:12:59 +00:00
client.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
common.c common.h now defines a simple define to create the function in common.c. NetBSD needs srandomdev also. 2008-01-09 10:02:28 +00:00
common.h common.h now defines a simple define to create the function in common.c. NetBSD needs srandomdev also. 2008-01-09 10:02:28 +00:00
config.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
configure.c Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
configure.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
dhcp.c Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CSR and not a normal. 2008-01-15 14:34:28 +00:00
dhcp.h Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CSR and not a normal. 2008-01-15 14:34:28 +00:00
dhcpcd.8.in Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CSR and not a normal. 2008-01-15 14:34:28 +00:00
dhcpcd.c Fix -S in getopt. 2008-01-15 15:11:00 +00:00
dhcpcd.h Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CSR and not a normal. 2008-01-15 14:34:28 +00:00
dhcpcd.sh whitespace 2007-11-28 16:14:38 +00:00
duid.c Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
duid.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
info.c Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
info.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
interface.c Write the real routing message length, fixing the addition of routes on NetBSD and hopefully OpenBSD. 2008-01-09 12:34:34 +00:00
interface.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
ipv4ll.c Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
ipv4ll.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
logger.c Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
logger.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
Makefile Release 3.1.9 2008-01-09 15:51:04 +00:00
README Add comment about where to find the ChangeLog, and now prefer my bugzilla over the cruddy berlios bug reporting system. 2008-01-08 10:02:25 +00:00
signal.c Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
signal.h Belatedly into 2008 :) 2008-01-08 09:51:23 +00:00
socket.c We no longer need these headers. 2008-01-09 09:38:00 +00:00
socket.h Belatedly into 2008 :) 2008-01-08 09:51:23 +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


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