From a6e2f64d9288882eff071d29630c288144aa43c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 7 Sep 2012 17:24:32 -0400 Subject: Import Debian changes 1.9-3ubuntu7 vlan (1.9-3ubuntu7) quantal; urgency=low * Start vlan-network-interface in the background to avoid blocking the rest of the udev events (most importantly the upstart one). (LP: #1003656) --- debian/changelog | 8 ++++++++ debian/vlan.vlan-network-interface.udev | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 99db2bc..81ff64e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vlan (1.9-3ubuntu7) quantal; urgency=low + + * Start vlan-network-interface in the background to avoid blocking the + rest of the udev events (most importantly the upstart one). + (LP: #1003656) + + -- Stéphane Graber Fri, 07 Sep 2012 17:24:32 -0400 + vlan (1.9-3ubuntu6) precise; urgency=low * Support biosdevname interface names out of the box (LP: #948559). diff --git a/debian/vlan.vlan-network-interface.udev b/debian/vlan.vlan-network-interface.udev index 9c293a9..c285112 100644 --- a/debian/vlan.vlan-network-interface.udev +++ b/debian/vlan.vlan-network-interface.udev @@ -1 +1 @@ -ACTION=="add", SUBSYSTEM=="net", RUN+="vlan-network-interface" +ACTION=="add", SUBSYSTEM=="net", RUN+="vlan-network-interface&" -- cgit v1.2.3