summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Graber <stgraber@ubuntu.com>2012-09-10 11:41:09 -0400
committerStéphane Graber <stgraber@ubuntu.com>2012-09-10 11:41:09 -0400
commit6f68f25aad5c577d0eefe0f776d910851c41fb56 (patch)
treeddfb5a9465b6367beb262498c14572078ca91237
parenta6e2f64d9288882eff071d29630c288144aa43c3 (diff)
Import Debian changes 1.9-3ubuntu8
vlan (1.9-3ubuntu8) quantal; urgency=low * Revert last chance as udev doesn't accept that syntax. * Upon closer review of the scripts in the vlan package, I don't actually believe that the race/deadlock situation found in bridge-utils applies to vlan as it never waits for an interface to show up or call a script that would.
-rw-r--r--debian/changelog10
-rw-r--r--debian/vlan.vlan-network-interface.udev2
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 81ff64e..75d7422 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vlan (1.9-3ubuntu8) quantal; urgency=low
+
+ * Revert last chance as udev doesn't accept that syntax.
+ * Upon closer review of the scripts in the vlan package, I don't actually
+ believe that the race/deadlock situation found in bridge-utils applies to
+ vlan as it never waits for an interface to show up or call a script that
+ would.
+
+ -- Stéphane Graber <stgraber@ubuntu.com> Mon, 10 Sep 2012 11:41:09 -0400
+
vlan (1.9-3ubuntu7) quantal; urgency=low
* Start vlan-network-interface in the background to avoid blocking the
diff --git a/debian/vlan.vlan-network-interface.udev b/debian/vlan.vlan-network-interface.udev
index c285112..9c293a9 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"