summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/virtualbox/XX_virtualbox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/virtualbox/XX_virtualbox.sh')
-rw-r--r--os-plugins/plugins/virtualbox/XX_virtualbox.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/os-plugins/plugins/virtualbox/XX_virtualbox.sh b/os-plugins/plugins/virtualbox/XX_virtualbox.sh
deleted file mode 100644
index 1dbd4349..00000000
--- a/os-plugins/plugins/virtualbox/XX_virtualbox.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (c) 2008 - RZ Uni Freiburg
-# Copyright (c) 2008 - OpenSLX GmbH
-#
-# This program/file is free software distributed under the GPL version 2.
-# See http://openslx.org/COPYING
-#
-# If you have any feedback please consult http://openslx.org/feedback and
-# send your feedback to feedback@openslx.org
-#
-# General information about OpenSLX can be found at http://openslx.org
-#
-
-#CONFFILE="/initramfs/plugin-conf/virtualbox.conf"
-
-if [ -e $CONFFILE ]; then
- . $CONFFILE
- if [ $virtualbox_active -ne 0 ] ; then
- echo "here should be some stuff..."
- fi
-fi