mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-24 10:35:03 +08:00
mk | ||
.gitignore | ||
arp.c | ||
arp.h | ||
client.c | ||
client.h | ||
common.c | ||
common.h | ||
config.h | ||
configure.c | ||
configure.h | ||
dhcp.c | ||
dhcp.h | ||
dhcpcd.8.in | ||
dhcpcd.c | ||
dhcpcd.h | ||
dhcpcd.sh | ||
duid.c | ||
duid.h | ||
info.c | ||
info.h | ||
interface.c | ||
interface.h | ||
ipv4ll.c | ||
ipv4ll.h | ||
logger.c | ||
logger.h | ||
Makefile | ||
README | ||
signal.c | ||
signal.h | ||
socket.c | ||
socket.h |
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