source: custom/examples/964-dhcpcd@ 837362b

ablfs-more legacy trunk
Last change on this file since 837362b was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

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