diff --git a/srcpkgs/dhcpcd/files/dhcpcd@.service b/srcpkgs/dhcpcd/files/dhcpcd@.service index a7f192e65a1..8dca5c3dbe5 100644 --- a/srcpkgs/dhcpcd/files/dhcpcd@.service +++ b/srcpkgs/dhcpcd/files/dhcpcd@.service @@ -12,4 +12,4 @@ ExecStart=/usr/sbin/dhcpcd -q -w %I ExecStop=/usr/sbin/dhcpcd -x %I [Install] -Alias=multi-user.target.wants/dhcpcd@eth0.service +Alias=multi-user.target.wants/dhcpcd@%i.service diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index fbb835d5051..c5e82f49895 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,7 +1,7 @@ # Template file for 'dhcpcd' pkgname=dhcpcd version=5.6.8 -revision=1 +revision=2 build_style=configure configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"