dummy qemu-ifdown
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 17 Jan 2011 11:41:36 +0000 (12:41 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 17 Jan 2011 11:41:36 +0000 (12:41 +0100)
system/template-qemu/qemu-ifdown [new file with mode: 0755]

diff --git a/system/template-qemu/qemu-ifdown b/system/template-qemu/qemu-ifdown
new file mode 100755 (executable)
index 0000000..e973a3c
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# Thierry Parmentelat <thierry.parmentelat@inria.fr>
+# Copyright (C) 2010 INRIA 
+#
+# since qemu seems to be looking for this script..
+# do nothing as there might be several qemu instances on the same box
+
+COMMAND=$(basename $0)
+cd $(dirname $0)
+echo "Dummy $COMMAND"