mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
dhcpcd: close issue #62 (dhcpcd@.service not respecting instance name).
This commit is contained in:
parent
f73df46030
commit
71a708155c
2 changed files with 2 additions and 2 deletions
|
@ -12,4 +12,4 @@ ExecStart=/usr/sbin/dhcpcd -q -w %I
|
||||||
ExecStop=/usr/sbin/dhcpcd -x %I
|
ExecStop=/usr/sbin/dhcpcd -x %I
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
Alias=multi-user.target.wants/dhcpcd@eth0.service
|
Alias=multi-user.target.wants/dhcpcd@%i.service
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=5.6.8
|
version=5.6.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --libexecdir=/usr/lib
|
configure_args="--prefix=/usr --libexecdir=/usr/lib
|
||||||
--sysconfdir=/etc --rundir=/run"
|
--sysconfdir=/etc --rundir=/run"
|
||||||
|
|
Loading…
Add table
Reference in a new issue