From 680cc30ce72b7ea2658aa28e986c11bd3f18672e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 30 Jan 2012 16:50:42 +0100 Subject: [PATCH] base-busybox: fix iface in udhcpc systemd service. --- srcpkgs/base-busybox/files/udhcpc@.service | 4 ++-- srcpkgs/base-busybox/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/base-busybox/files/udhcpc@.service b/srcpkgs/base-busybox/files/udhcpc@.service index e15282841a..1493129e91 100644 --- a/srcpkgs/base-busybox/files/udhcpc@.service +++ b/srcpkgs/base-busybox/files/udhcpc@.service @@ -4,7 +4,7 @@ Wants=network.target Before=network.target [Service] -ExecStart=/sbin/udhcpc -p /var/run/udhcpc-%I.pid -R -f -n %I +ExecStart=/sbin/udhcpc -t 10 -p /var/run/udhcpc-%I.pid -R -f -n -i %I [Install] -Alias=multi-user.target.wants/dhcpcd@eth0.service +Alias=multi-user.target.wants/udhcpc@eth0.service diff --git a/srcpkgs/base-busybox/template b/srcpkgs/base-busybox/template index e2bf439915..e84ec40ec2 100644 --- a/srcpkgs/base-busybox/template +++ b/srcpkgs/base-busybox/template @@ -4,7 +4,7 @@ version=1.19.3 wrksrc="busybox-${version}" homepage="http://www.busybox.net" distfiles="${homepage}/downloads/busybox-$version.tar.bz2" -revision=5 +revision=6 short_desc="The Swiss Army Knife of Embedded Linux - for base system" maintainer="Juan RP " license="GPL-2"