From 7ecced30436219484bfc7221985dddfd3d3ea6ad Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Feb 2015 11:28:37 +0100 Subject: [PATCH] dhcpcd: disable -M in the dhcpcd-eth0 service. This service is used mostly in lxc guests, and when it's enabled, dhcpcd relies on udev... which does not work in lxc. --- srcpkgs/dhcpcd/files/dhcpcd-eth0/run | 2 +- srcpkgs/dhcpcd/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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