base-busybox: udhcpc@.service improvements.

This commit is contained in:
Juan RP 2012-01-30 10:35:33 +01:00
parent 61ff17d8b4
commit d15cafd711
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 <xtraeme@gmail.com>"
license="GPL-2"