Blame glasgall for the wasted version number.
[invirt/packages/invirt-xen-config.git] / vif-setup.invirt
index 04e6ed1..0156383 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
-# XVM does not use vif-setup.
-
-exit 0
+if test "$script"
+then
+    exec $script $*
+else
+    # XVM does not use vif-setup for hotplug events.
+    exit 0
+fi