From b44e605e71ff8580addc55eddf845088ba44ca62 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 6 Oct 2009 02:25:19 +0200 Subject: [PATCH] dhcpcd: update to 5.1.1. --HG-- extra : convert_revision : 2ee0419796e70950f1a47e217bd6b141c982c8e1 --- templates/dhcpcd/files/dhcpcd.rc | 1 - templates/dhcpcd/template | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/dhcpcd/files/dhcpcd.rc b/templates/dhcpcd/files/dhcpcd.rc index a71733c7b5a..e12435ddd0b 100644 --- a/templates/dhcpcd/files/dhcpcd.rc +++ b/templates/dhcpcd/files/dhcpcd.rc @@ -5,7 +5,6 @@ command=/sbin/dhcpcd command_args=-q pidfile=/var/run/dhcpcd.pid -name="DHCP Client Daemon" depend() { diff --git a/templates/dhcpcd/template b/templates/dhcpcd/template index a2aa28818f3..bd84bda77df 100644 --- a/templates/dhcpcd/template +++ b/templates/dhcpcd/template @@ -1,12 +1,12 @@ # Template file for 'dhcpcd' pkgname=dhcpcd -version=5.1.0 +version=5.1.1 distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2" build_style=configure configure_args="--libexecdir=/lib/dhcpcd" short_desc="RFC2131 compliant DHCP client" maintainer="Juan RP " -checksum=bb761bc9eefa7f528fd74d9a10518ebd5f99c18fc2b0a98196c8cd106eb9188b +checksum=93b926d48b8eb1cd0588a06e1dd71432264f06583406d8c355b5152b30d7f9a6 long_desc=" dhcpcd is a RFC 2131 compliant DHCP client. It's also a RFC 3927 compliant IPv4LL (aka ZeroConf) client.