diff --git a/srcpkgs/dhcpcd/files/dhcpcd-eth0/run b/srcpkgs/dhcpcd/files/dhcpcd-eth0/run index bd8e0f17be..159bdbc2e0 100755 --- a/srcpkgs/dhcpcd/files/dhcpcd-eth0/run +++ b/srcpkgs/dhcpcd/files/dhcpcd-eth0/run @@ -1,2 +1,2 @@ #!/bin/sh -exec dhcpcd -M -B eth0 +exec dhcpcd -B eth0 diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index a147f1b3b1..8502412e08 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,7 +1,7 @@ # Template file for 'dhcpcd' pkgname=dhcpcd version=6.7.1 -revision=1 +revision=2 lib32disabled=yes build_options="systemd" build_style=configure