diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /core/dhcpcd | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'core/dhcpcd')
-rw-r--r-- | core/dhcpcd/PKGBUILD | 10 | ||||
-rw-r--r-- | core/dhcpcd/dhcpcd.service | 4 | ||||
-rw-r--r-- | core/dhcpcd/dhcpcd_.service | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/core/dhcpcd/PKGBUILD b/core/dhcpcd/PKGBUILD index e72456a02..f6b0abcd7 100644 --- a/core/dhcpcd/PKGBUILD +++ b/core/dhcpcd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 192483 2013-08-12 21:11:39Z dreisner $ +# $Id: PKGBUILD 199762 2013-11-15 21:24:38Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Tom Killian <tom.archlinux.org> # Contributor: Judd Vinet <jvinet.zeroflux.org> pkgname=dhcpcd -pkgver=6.0.5 +pkgver=6.1.0 pkgrel=1 pkgdesc="RFC2131 compliant DHCP client daemon" url="http://roy.marples.name/projects/dhcpcd/" @@ -18,9 +18,9 @@ options=('emptydirs') # We Need the Empty /var/lib/dhcpcd Directory source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" 'dhcpcd_.service' 'dhcpcd.service') -sha1sums=('433555ac11669333344d7ec80120f3ccdd0fcae5' - '6245b8db7e6f39a0305571726bb693a53901c400' - 'e49e01041f831281a1cd0c97ca21204e0aa07fda') +sha1sums=('dcd6970db0440398aaf3ae4b58cc262a67b2e472' + '6f1633edde14d29b5cdc09c4f029a450ef2ebc96' + '7f3e62908037b888df2f6b87af1c7611f462dd08') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/core/dhcpcd/dhcpcd.service b/core/dhcpcd/dhcpcd.service index 4a3bf366a..489023d3e 100644 --- a/core/dhcpcd/dhcpcd.service +++ b/core/dhcpcd/dhcpcd.service @@ -6,8 +6,8 @@ Before=network.target [Service] Type=forking PIDFile=/run/dhcpcd.pid -ExecStart=/sbin/dhcpcd -q -b -ExecStop=/sbin/dhcpcd -x +ExecStart=/bin/dhcpcd -q -b +ExecStop=/bin/dhcpcd -x [Install] WantedBy=multi-user.target diff --git a/core/dhcpcd/dhcpcd_.service b/core/dhcpcd/dhcpcd_.service index 8864ae284..e7bc5caf8 100644 --- a/core/dhcpcd/dhcpcd_.service +++ b/core/dhcpcd/dhcpcd_.service @@ -8,8 +8,8 @@ After=sys-subsystem-net-devices-%i.device [Service] Type=forking PIDFile=/run/dhcpcd-%I.pid -ExecStart=/usr/sbin/dhcpcd -q -w %I -ExecStop=/usr/sbin/dhcpcd -x %I +ExecStart=/usr/bin/dhcpcd -q -w %I +ExecStop=/usr/bin/dhcpcd -x %I [Install] WantedBy=multi-user.target |