ablfs-more
legacy
trunk
Last change
on this file since 6f74ca1 was 2e1c1c3, checked in by Pierre Labastie <pierre@…>, 7 years ago |
Remove spaces at the end of lines
|
-
Property mode
set to
100644
|
File size:
626 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 |
|
---|
[2e1c1c3] | 29 | # more configuration?
|
---|
[9543675] | 30 | xEOFx
|
---|
| 31 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.