source:
custom/examples/964-dhcpcd@
3917eca
Last change on this file since 3917eca was 9543675, checked in by , 9 years ago | |
---|---|
|
|
File size: 627 bytes |
Rev | Line | |
---|---|---|
[9543675] | 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 | ||
9 | PKG="dhcpcd" | |
10 | PKG_VERSION="6.9.3" | |
11 | PKG_FILE="dhcpcd-${PKG_VERSION}.tar.xz" | |
12 | URL="http://roy.marples.name/downloads/dhcpcd/${PKG_FILE}" | |
13 | MD5="8357d023c4687d27bc6ea7964236b2a6" | |
14 | for i in PATCH{1..10}; do | |
15 | unset $i | |
16 | done | |
17 | ||
18 | ( cat << "xEOFx" | |
19 | ||
20 | ./configure --libexecdir=/lib/dhcpcd \ | |
21 | --dbdir=/var/lib/dhcpcd && | |
22 | make | |
23 | ||
24 | make install | |
25 | ||
26 | # Add the following to boot scripts. | |
27 | #make install-service-dhcpcd | |
28 | ||
29 | # more configuration? | |
30 | xEOFx | |
31 | ) > tmp |
Note:
See TracBrowser
for help on using the repository browser.