diff --git a/srcpkgs/base-busybox/files/udhcpc@.service b/srcpkgs/base-busybox/files/udhcpc@.service index c464a268ba4..e15282841af 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 b919d8b07fa..bc8a16b905e 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"