aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev-154/bug/bmi_eventpipe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/udev/udev-154/bug/bmi_eventpipe.sh')
-rw-r--r--recipes/udev/udev-154/bug/bmi_eventpipe.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes/udev/udev-154/bug/bmi_eventpipe.sh b/recipes/udev/udev-154/bug/bmi_eventpipe.sh
deleted file mode 100644
index acbae56118..0000000000
--- a/recipes/udev/udev-154/bug/bmi_eventpipe.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# This script passes BMI state variables to the running JVM.
-#
-if [ ${BMIBUS_PRODUCT} != "" ] && [ ${BMIBUS_SLOT} != "" ] && [ ${ACTION} != "" ];
-then
- echo $BMIBUS_PRODUCT 0 $BMIBUS_SLOT $ACTION > /tmp/eventpipe
-fi