diff options
author | roy <roy@pkgsrc.org> | 2009-05-10 16:35:40 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-05-10 16:35:40 +0000 |
commit | 2d5a01082c08c4b78c787f570cacb22fbc31caf6 (patch) | |
tree | 330482b9c85cc84274340551a10e85c311302c35 /net/dhcpcd/Makefile | |
parent | 708cbecc75287b075cbee7a5985202269fa82430 (diff) | |
download | pkgsrc-2d5a01082c08c4b78c787f570cacb22fbc31caf6.tar.gz |
Update dhcpcd to 5.0.2
Changes from 5.0.1 include
* -n option now starts dhcpcd if not already started
* 29-lookup-hostname hook installed by default, but skipped in dhcpcd.conf
* Fix warning about missing dirs if we don't have any existing state
* Fix compile on some Linux distros re linux/wireless.h
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 47bf1e19e8a..707c71c5a15 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/05/03 06:41:30 roy Exp $ +# $NetBSD: Makefile,v 1.7 2009/05/10 16:35:40 roy Exp $ # -DISTNAME= dhcpcd-5.0.1 +DISTNAME= dhcpcd-5.0.2 CATEGORIES= net LICENSE= modified-bsd MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ |