mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
base-busybox: udhcpc@.service improvements.
This commit is contained in:
parent
61ff17d8b4
commit
d15cafd711
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Wants=network.target
|
||||||
Before=network.target
|
Before=network.target
|
||||||
|
|
||||||
[Service]
|
[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]
|
[Install]
|
||||||
Alias=multi-user.target.wants/dhcpcd@eth0.service
|
Alias=multi-user.target.wants/dhcpcd@eth0.service
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=1.19.3
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
|
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue