From f49e8a42c4f632fe2b8fad876d1cdcbb560ee42d Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 2 Apr 2014 09:14:03 +1300 Subject: [PATCH] Fix dhcp-all-interfaces upstart job This was calling it for all interfaces previously, making the fixes we'd put in place be ineffective. Change-Id: I16bf81225a942e3b19a7e745d949e6ddea2fd50e --- elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf b/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf index bc0e74715..c03a1d87f 100644 --- a/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf +++ b/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf @@ -8,4 +8,4 @@ instance $INTERFACE task -exec /usr/local/sbin/dhcp-all-interfaces.sh +exec /usr/local/sbin/dhcp-all-interfaces.sh $INTERFACE