source: custom/examples/964-dhcpcd@ 9543675

2.4 ablfs-more legacy trunk
Last change on this file since 9543675 was 9543675, checked in by Pierre Labastie <pierre@…>, 8 years ago

Update custom/examples. Thanks to Tom Armistead for the patch.

  • Property mode set to 100644
File size: 627 bytes
Line 
1#
2# $Id$
3#
4# dhcpcd is an implementation of the DHCP client specified in RFC2131.
5# This is useful for connecting your computer to a network which uses
6# DHCP to assign network addresses.
7#
8
9PKG="dhcpcd"
10PKG_VERSION="6.9.3"
11PKG_FILE="dhcpcd-${PKG_VERSION}.tar.xz"
12URL="http://roy.marples.name/downloads/dhcpcd/${PKG_FILE}"
13MD5="8357d023c4687d27bc6ea7964236b2a6"
14for i in PATCH{1..10}; do
15 unset $i
16done
17
18( cat << "xEOFx"
19
20./configure --libexecdir=/lib/dhcpcd \
21 --dbdir=/var/lib/dhcpcd &&
22make
23
24make install
25
26# Add the following to boot scripts.
27#make install-service-dhcpcd
28
29# more configuration?
30xEOFx
31) > tmp
Note: See TracBrowser for help on using the repository browser.