From d15cafd711cbc2682a72cc4289683e22d2b8ae6f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 30 Jan 2012 10:35:33 +0100 Subject: [PATCH] base-busybox: udhcpc@.service improvements. --- srcpkgs/base-busybox/files/udhcpc@.service | 2 +- srcpkgs/base-busybox/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/base-busybox/files/udhcpc@.service b/srcpkgs/base-busybox/files/udhcpc@.service index c464a268ba..e15282841a 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 -F -n %I +ExecStart=/sbin/udhcpc -p /var/run/udhcpc-%I.pid -R -f -n %I [Install] Alias=multi-user.target.wants/dhcpcd@eth0.service diff --git a/srcpkgs/base-busybox/template b/srcpkgs/base-busybox/template index b919d8b07f..bc8a16b905 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=3 +revision=4 short_desc="The Swiss Army Knife of Embedded Linux - for base system" maintainer="Juan RP " license="GPL-2"