ablfs-more
trunk
Last change
on this file since 875366f 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
|
Rev | Line | |
---|
[9543675] | 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 |
|
---|
| 6 | PKG="dhcpcd"
|
---|
| 7 | PKG_VERSION="6.9.3"
|
---|
| 8 | PKG_FILE="dhcpcd-${PKG_VERSION}.tar.xz"
|
---|
| 9 | URL="http://roy.marples.name/downloads/dhcpcd/${PKG_FILE}"
|
---|
| 10 | MD5="8357d023c4687d27bc6ea7964236b2a6"
|
---|
| 11 | for i in PATCH{1..10}; do
|
---|
| 12 | unset $i
|
---|
| 13 | done
|
---|
| 14 |
|
---|
| 15 | ( cat << "xEOFx"
|
---|
| 16 |
|
---|
| 17 | ./configure --libexecdir=/lib/dhcpcd \
|
---|
| 18 | --dbdir=/var/lib/dhcpcd &&
|
---|
| 19 | make
|
---|
| 20 |
|
---|
| 21 | make install
|
---|
| 22 |
|
---|
| 23 | # Add the following to boot scripts.
|
---|
| 24 | #make install-service-dhcpcd
|
---|
| 25 |
|
---|
[2e1c1c3] | 26 | # more configuration?
|
---|
[9543675] | 27 | xEOFx
|
---|
| 28 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.