summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Graber <stgraber@ubuntu.com>2012-09-07 17:24:32 -0400
committerStéphane Graber <stgraber@ubuntu.com>2012-09-07 17:24:32 -0400
commita6e2f64d9288882eff071d29630c288144aa43c3 (patch)
treef3f22eeee84dfa240869710e0aee4e08e4ae4f28
parent3475ed5e4f6bea42f97386e0d039a0a2afbc419f (diff)
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)
-rw-r--r--debian/changelog8
-rw-r--r--debian/vlan.vlan-network-interface.udev2
2 files changed, 9 insertions, 1 deletions
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 <stgraber@ubuntu.com> 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&"