diff options
author | roy <roy@pkgsrc.org> | 2009-10-16 21:43:13 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-10-16 21:43:13 +0000 |
commit | e0aafa828f07574e9ec32decf72e54cfb399b24d (patch) | |
tree | d33cc3032ba63651c54c69c4d48c823f0142bf3e /net/dhcpcd/Makefile | |
parent | fb4370179c8dbe4dff87d7f218af5d4a09f62d58 (diff) | |
download | pkgsrc-e0aafa828f07574e9ec32decf72e54cfb399b24d.tar.gz |
Import dhcpcd-5.1.2 with these changes:
* ClientID is now reported when interface starts
* -w, --wait forces dhcpcd to wait until an interface gets a lease or
times out
* Ensure DHCP socket is open when sending a DECLINE
* Uses new hwaddr if existing interface is downed and then changed.
* No longer works on firewire interfaces by default.
dhcpcd-5.1.2 has a new behaviour change - when starting up and at least 1
interface has a carrier then it tries to get a lease or times out.
It still daemonises regardless. This, along with the -b and -w flags
allows total control over the desired behaviour of dhcpcd.
Diffstat (limited to 'net/dhcpcd/Makefile')
-rw-r--r-- | net/dhcpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 94ea5ca6281..40ed315f804 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/09/22 06:32:16 roy Exp $ +# $NetBSD: Makefile,v 1.14 2009/10/16 21:43:13 roy Exp $ # -DISTNAME= dhcpcd-5.1.1 +DISTNAME= dhcpcd-5.1.2 CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ |